UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
US Namespace Reference

Enumerations

enum  {
  NoExport , Atomic , Immutable , BlueprintType ,
  BlueprintInternalUseOnly , BlueprintInternalUseOnlyHierarchical
}
 

Enumeration Type Documentation

◆ anonymous enum

Enumerator
NoExport 

No autogenerated code will be created for this class; the header is only provided to parse metadata from.

Atomic 

Indicates that this struct should always be serialized as a single unit.

Immutable 

Immutable is only legal in Object.h and is being phased out, do not use on new structs!

BlueprintType 

Exposes this struct as a type that can be used for variables in blueprints.

BlueprintInternalUseOnly 

Indicates that a BlueprintType struct should not be exposed to the end user.

BlueprintInternalUseOnlyHierarchical 

Indicates that a BlueprintType struct and its derived structs should not be exposed to the end user.