Navigation
Unreal Engine C++ API Reference > Developer > DerivedDataCache > FDerivedDataCacheInterface
References
Module | DerivedDataCache |
Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheInterface.h |
Include | #include "DerivedDataCacheInterface.h" |
bool PollAsynchronousCompletion ( uint32 Handle )
Remarks
Polls a previous GetAsynchronous get for completion. true if the build / retrieve is complete and the results can be obtained.
Parameters
Name | Description |
---|---|
Handle | Handle returned from GetAsynchronous. |