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

Method SetRoot

Source/PCGExtendedToolkit/Private/PCGExMT.cpp:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 void FAsyncHandle::SetRoot(const TSharedPtr<FAsyncMultiHandle>& InRoot, const int32 InHandleIdx)
70 {
71 HandleIdx = InHandleIdx;
72 Root = InRoot;
73 InRoot->IncrementPendingTasks();
74 }
75
76 void FAsyncHandle::SetParent(const TSharedPtr<FAsyncMultiHandle>& InParent)
77 {

Callers 3

TryCreateTaskGroupMethod · 0.80
StartBackgroundTaskMethod · 0.80
StartSynchronousTaskMethod · 0.80

Calls 1

IncrementPendingTasksMethod · 0.80

Tested by

no test coverage detected