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 Cancel()
Remarks
Cancel the request and invoke any associated callback.
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.