Navigation
API > API/Runtime > API/Runtime/IrisCore
| |
|
| Name |
EIrisAsyncLoadingPriority |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/ObjectReferenceTypes.h |
| Include Path |
#include "Iris/ReplicationSystem/ObjectReferenceTypes.h" |
Syntax
enum EIrisAsyncLoadingPriority
{
Default,
High,
VeryHigh,
Max = VeryHigh,
Invalid,
}
Values
| Name |
Remarks |
| Default |
The default loading priority used for all types. Generally corresponds to 0 |
| High |
A loading priority setting for important classes. |
| VeryHigh |
A loading priority setting for critical classes. |
| Max |
Maximum possible value to the calculate minimum bits needed to serialize the enum |
| Invalid |
Don't use this in the config. Used in code to tell if a value was read and set. |