MCPcopy Create free account
hub / github.com/PCGEx/PCGExtendedToolkit / FTaskGroup

Method FTaskGroup

Source/PCGExtendedToolkit/Private/PCGExMT.cpp:469–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467 }
468
469 FTaskGroup::FTaskGroup(const bool InForceSync, const FName InName)
470 : FAsyncMultiHandle(InForceSync, InName)
471 {
472 }
473
474 void FTaskGroup::StartIterations(const int32 MaxItems, const int32 ChunkSize, const bool bDaisyChain)
475 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected