UE::DerivedData::ERequestBarrierFlags

Flags to control the behavior of request barriers.

Unreal Engine C++ API Reference > Developer > DerivedDataCache

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataRequestOwner.h
Include #include "DerivedDataRequestOwner.h"

Syntax

namespace UE  
{  
    namespace DerivedData  
    {  
        enum ERequestBarrierFlags  
        {  
            None        = 0,  
            Priority    = 1 << 0,  
        }  
    }  
}  

Values

Name Description
None A value without any flags set.
Priority Within the barrier, calls to SetPriority are replayed to requests in calls to Begin.

Remarks

Flags to control the behavior of request barriers.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library