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

Method End

Source/PCGExtendedToolkit/Private/PCGExMT.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 void FAsyncHandle::End(const bool bIsCancellation)
125 {
126 if (const TSharedPtr<FAsyncMultiHandle> PinnedRoot = Root.Pin()) { PinnedRoot->IncrementCompletedTasks(); }
127 if (const TSharedPtr<FAsyncMultiHandle> PinnedParent = ParentHandle.Pin()) { PinnedParent->IncrementCompletedTasks(); }
128 }
129
130 bool FAsyncHandle::CompareAndSetState(EAsyncHandleState& ExpectedState, EAsyncHandleState NewState)
131 {

Callers

nothing calls this directly

Calls 2

UnpauseContextMethod · 0.80

Tested by

no test coverage detected