UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PropertyTag.h File Reference

Go to the source code of this file.

Classes

struct  FPropertyTag
 
struct  FPropertyTagScope
 

Enumerations

enum class  EPropertyTagSerializeType : uint8 { Unknown , Skipped , Property , BinaryOrNative }
 

Enumeration Type Documentation

◆ EPropertyTagSerializeType

Used by the tag to describe how the property was serialized.

Enumerator
Unknown 

Tag was loaded from an older version or has not yet been saved.

Skipped 

Serialization of the property value was skipped. Tag has no value.

Property 

Serialized with tagged property serialization.

BinaryOrNative 

Serialized with binary or native serialization.