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

Method FAsyncMultiHandle

Source/PCGExtendedToolkit/Private/PCGExMT.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 FAsyncMultiHandle::FAsyncMultiHandle(const bool InForceSync, const FName InName)
136 : bForceSync(InForceSync), GroupName(InName)
137 {
138 }
139
140 FAsyncMultiHandle::~FAsyncMultiHandle()
141 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected