| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected