Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/IRequestOwner
Description
Begin tracking for the request.
The owner will hold a reference to the request until End is called, and forward any cancel operation or priority change to the request. Begin must return before End is called.
| Name | Begin |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h |
| Include Path | #include "DerivedDataRequestOwner.h" |
void Begin
(
IRequest * Request
)