Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/IRequest
Description
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.
| Name | Cancel |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequest.h |
| Include Path | #include "DerivedDataRequest.h" |
void Cancel()