Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/IRequestOwner
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h |
| Include | #include "DerivedDataRequestOwner.h" |
void Begin
&40;
IRequest &42; Request
&41;
Remarks
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.