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

Function if

Source/PCGExtendedToolkit/Private/Data/PCGExData.cpp:324–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322 [PCGEX_ASYNC_THIS_CAPTURE](const PCGExMT::FScope& Scope)
323 {
324 PCGEX_ASYNC_THIS
325 if (const TSharedPtr<FFacade> InternalFacade = This->InternalDataFacadePtr.Pin())
326 {
327 This->Fetch(InternalFacade.ToSharedRef(), Scope);
328 }
329 };
330
331 PrefetchAttributesTask->StartSubLoops(InDataFacade->GetNum(), GetDefault<UPCGExGlobalSettings>()->GetPointsBatchChunkSize());

Callers 7

ProcessMethod · 0.50
ProcessMethod · 0.50
ExecuteInternalMethod · 0.50
CompleteWorkMethod · 0.50

Calls 2

FetchMethod · 0.45
ReadMethod · 0.45

Tested by

no test coverage detected