Module |
|
Header |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h |
Include |
#include "DerivedDataRequestOwner.h" |
namespace UE
{
namespace DerivedData
{
enum ERequestBarrierFlags
{
None = 0,
Priority = 1 << 0,
}
}
}
Name |
Description |
---|---|
None |
A value without any flags set. |
Priority |
Within the barrier, calls to SetPriority are replayed to requests in calls to Begin. |
Flags to control the behavior of request barriers.