IRequestOwner::End

End tracking for the request.

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

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
Include #include "DerivedDataRequestOwner.h"
[TRefCountPtr](API\Runtime\Core\Templates\TRefCountPtr)< [IRequest](API\Developer\DerivedDataCache\IRequest) > End
(
    [IRequest](API\Developer\DerivedDataCache\IRequest) * Request
)

Remarks

End tracking for the request.

Requests with a single completion callback should use the callback overload of End. The reference to the request that was held by the owner.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library