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

Method ExecScopeIterations

Source/PCGExtendedToolkit/Private/PCGExMT.cpp:556–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554 }
555
556 void FTaskGroup::ExecScopeIterations(const FScope& Scope, const bool bPrepareOnly) const
557 {
558 if (!IsAvailable()) { return; }
559
560 if (OnSubLoopStartCallback) { OnSubLoopStartCallback(Scope); }
561
562 if (bPrepareOnly) { return; }
563
564 for (int i = Scope.Start; i < Scope.End; i++) { OnIterationCallback(i, Scope); }
565 }
566
567 void FSimpleCallbackTask::ExecuteTask(const TSharedPtr<FTaskManager>& AsyncManager)
568 {

Callers 1

ExecuteTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected