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

Method FAsyncToken

Source/PCGExtendedToolkit/Private/PCGExMT.cpp:227–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 }
226
227 FAsyncToken::FAsyncToken(const TWeakPtr<FAsyncMultiHandle>& InHandle, const FName& InName):
228 Handle(InHandle), Name(InName)
229 {
230 if (const TSharedPtr<FAsyncMultiHandle> PinnedHandle = Handle.Pin()) { PinnedHandle->IncrementPendingTasks(); }
231 }
232
233 FAsyncToken::~FAsyncToken()
234 {

Callers

nothing calls this directly

Calls 1

IncrementPendingTasksMethod · 0.80

Tested by

no test coverage detected