Navigation
Unreal Engine C++ API Reference > Developer > DerivedDataCache > IRequest
References
Module | DerivedDataCache |
Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequest.h |
Include | #include "DerivedDataRequest.h" |
void Wait()
Remarks
Block the calling thread until the request is complete.
Must not return until any callback for the request has finished executing, and the request has been removed from its owner by calling IRequestOwner::End.