IRequestOwner::End

End tracking of 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"
template<typename CallbackType, typename... CallbackArgTypes>
[TRefCountPtr](API\Runtime\Core\Templates\TRefCountPtr)< [IRequest](API\Developer\DerivedDataCache\IRequest) > End
(
    [IRequest](API\Developer\DerivedDataCache\IRequest) * Request,
    CallbackType && Callback,
    CallbackArgTypes &&... CallbackArgs
)

Remarks

End tracking of the request.

Begins a barrier, ends the request, invokes the callback, then ends the barrier. Keeps its reference to the request until the callback has returned. 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