| 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()); |
no test coverage detected