Flags

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/MemoryLayout.h

Include

#include "Serialization/MemoryLayout.h"

Syntax

enum Flags
{
    Flag_Initialized                      = (1 << 0),
    Flag_Is32Bit                          = (1 << 1),
    Flag_Force64BitMemoryImagePointers    = (1 << 2),
    Flag_AlignBases                       = (1 << 3),
    Flag_WithEditorOnly                   = (1 << 4),
    Flag_WithRaytracing                   = (1 << 5),
}

Values

Name

Description

Flag_Initialized

Flag_Is32Bit

Flag_Force64BitMemoryImagePointers

Flag_AlignBases

Flag_WithEditorOnly

Flag_WithRaytracing

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss