Navigation
API > API/Developer > API/Developer/DerivedDataCache
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h |
| Include | #include "DerivedDataRequestOwner.h" |
Syntax
class FRequestBarrier
Remarks
A request barrier is expected to be used when an owner may have new requests added to it.
An owner may not consider its execution to be complete in the presence of a barrier, and needs to take note of priority changes that occur while within a barrier, since newly-added requests may have been created with the previous priority value.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRequestBarrier
(
const FRequestBarrier& |
|||
FRequestBarrier
(
IRequestOwner& Owner, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UE_INTERNALERequestBarrierFlags | GetFlags () |
||
| UE_INTERNAL bool | HasBarrierForOwnerOnCallingThread
(
IRequestOwner& QueryOwner |
Returns true if the calling thread has an active barrier for the owner. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FRequestBarrier & | operator=
(
const FRequestBarrier& |