Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/IPCGAsyncLoadingContext
Description
If we need multiple loads (like ObjectA first load, and has a soft ObjectB that also needs to be loaded), we can use this function to reset the bLoadRequested flag. Only works if the loading was requested and is done. Returns true if a new loading can be requested.
| Name | ResetLoadRequestIfDone |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Async/PCGAsyncLoadingContext.h |
| Include Path | #include "Async/PCGAsyncLoadingContext.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Async/PCGAsyncLoadingContext.cpp |
bool ResetLoadRequestIfDone()