IRequestOwner::Begin

Begin tracking for the request.

Unreal Engine C++ API Reference > Developer > DerivedDataCache > IRequestOwner

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
Include #include "DerivedDataRequestOwner.h"
void Begin
(
    [IRequest](API\Developer\DerivedDataCache\IRequest) * Request
)

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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library