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

Function check

Source/PCGExtendedToolkit/Private/Data/PCGExPointIO.cpp:165–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 TRACE_CPUPROFILER_EVENT_SCOPE(FPointIO::GetOutKeys);
164
165 check(Out)
166
167 {
168 FReadScopeLock ReadScopeLock(OutKeysLock);
169 if (OutKeys) { return OutKeys; }
170 }
171
172 {
173 FWriteScopeLock WriteScopeLock(OutKeysLock);

Callers 15

SetExecutionContextMethod · 0.85
AddMethod · 0.85
DestroyMethod · 0.85
PrepareDataInternalMethod · 0.85
InitializeContextMethod · 0.85
FPCGExSelectionKeyMethod · 0.85
ExecuteInternalMethod · 0.85
StartIterationsMethod · 0.85
StartSubLoopsMethod · 0.85
StartSimpleCallbacksMethod · 0.85
RebuildEdgeOctreeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected