Module |
|
Header |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h |
Include |
#include "DerivedDataRequestOwner.h" |
class FRequestOwner
A concrete request owner that also presents as a request.
Request owners may be moved but not copied, and cancel any outstanding requests on destruction unless KeepAlive has been called.
Name | Description | |
---|---|---|
|
FRequestOwner ( |
Construct a request owner with the given priority. |
|
FRequestOwner ( |
|
|
FRequestOwner ( |
Name | Description | ||
---|---|---|---|
|
Cancel() |
Cancel any active and future requests in the owner. |
|
|
GetPriority() |
Returns the priority that new requests are expected to inherit. |
|
|
KeepAlive() |
Keep requests in the owner alive until complete, even after destruction of the owner. |
|
|
Poll() |
Poll whether the owner has any active requests or barriers. |
|
|
SetPriority ( |
Set the priority of active and future requests in the owner. |
|
|
Wait() |
Wait for any active and future requests or barriers in the owner. |
Name | Description | ||
---|---|---|---|
|
operator IRequest *() |
Access as a request. |
|
|
operator IRequestOwner &() |
Access as a request owner. |
|
|
FRequestOwne... |
operator= ( |
|
|
FRequestOwne... |
operator= ( |