Files
BlueRoseNote/03-UnrealEngine/Gameplay/UObject/UnrealSpecifiers/Flags/EStructFlags/STRUCT_Immutable.md

5 lines
255 B
Markdown
Raw Normal View History

2025-08-02 12:09:34 +08:00
# STRUCT_Immutable
Value: 0x00000020
Description: Indicates that this struct uses binary serialization; it is unsafe to add/remove members from this struct without incrementing the package version
USTRUCT: immutable (../../Specifier/USTRUCT/immutable.md)