Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
EFieldLayoutFlags Namespace Reference

Enumerations

enum  Type : uint8 {
  None = 0u , WithEditorOnly = (1u << 0) , WithRayTracing = (1u << 1) , Transient = (1u << 2) ,
  UseInstanceWithNoProperty = (1u << 3)
}
 

Functions

FORCEINLINE Type MakeFlags (uint32 Flags=None)
 
FORCEINLINE Type MakeFlagsEditorOnly (uint32 Flags=None)
 
FORCEINLINE Type MakeFlagsRayTracing (uint32 Flags=None)
 

Enumeration Type Documentation

◆ Type

Enumerator
None 
WithEditorOnly 
WithRayTracing 
Transient 
UseInstanceWithNoProperty 

Definition at line 74 of file MemoryLayout.h.

Function Documentation

◆ MakeFlags()

FORCEINLINE Type EFieldLayoutFlags::MakeFlags ( uint32 Flags = None)

Definition at line 83 of file MemoryLayout.h.

◆ MakeFlagsEditorOnly()

FORCEINLINE Type EFieldLayoutFlags::MakeFlagsEditorOnly ( uint32 Flags = None)

Definition at line 84 of file MemoryLayout.h.

◆ MakeFlagsRayTracing()

FORCEINLINE Type EFieldLayoutFlags::MakeFlagsRayTracing ( uint32 Flags = None)

Definition at line 85 of file MemoryLayout.h.