Files
BlueRoseNote/03-UnrealEngine/Gameplay/UObject/UnrealSpecifiers/Flags/EPropertyFlags/CPF_SkipSerialization.md

6 lines
228 B
Markdown
Raw Normal View History

2025-08-02 12:09:34 +08:00
# CPF_SkipSerialization
Value: 0x0080000000000000
Description: Property shouldn't be serialized, can still be exported to text
Feature: Serialization
UPROPERTY: SkipSerialization (../../Specifier/UPROPERTY/SkipSerialization.md)