UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPropertyTag Member List

This is the complete list of members for FPropertyTag, including all inherited members.

ArrayIndexFPropertyTag
bExperimentalOverridableLogicFPropertyTag
BoolValFPropertyTag
FPropertyTag()FPropertyTag
FPropertyTag(FProperty *Property, int32 InIndex, uint8 *Value)FPropertyTag
FPropertyTag(FPropertyTag &&)=defaultFPropertyTag
FPropertyTag(const FPropertyTag &)=defaultFPropertyTag
GetProperty() constFPropertyTaginline
GetType() constFPropertyTaginline
HasPropertyGuidFPropertyTag
LoadPropertyTagNoFullTypeFPropertyTagfriend
NameFPropertyTag
operator<<FPropertyTagfriend
operator<<FPropertyTagfriend
operator=(FPropertyTag &&)=defaultFPropertyTag
operator=(const FPropertyTag &)=defaultFPropertyTag
OverrideOperationFPropertyTag
PropertyGuidFPropertyTag
SerializePropertyTagAsTextFPropertyTagfriend
SerializeTaggedProperty(FArchive &Ar, FProperty *Property, uint8 *Value, const uint8 *Defaults) constFPropertyTag
SerializeTaggedProperty(FStructuredArchive::FSlot Slot, FProperty *Property, uint8 *Value, const uint8 *Defaults) constFPropertyTag
SerializeTypeFPropertyTag
SetProperty(FProperty *Property)FPropertyTag
SetPropertyGuid(const FGuid &InPropertyGuid)FPropertyTag
SetType(UE::FPropertyTypeName TypeName)FPropertyTag
SizeFPropertyTag
SizeOffsetFPropertyTag
TypeFPropertyTag
UE_DEPRECATED(5.4, "Prop has been deprecated. Use GetProperty()/SetProperty().") FProperty *PropFPropertyTag
UE_DEPRECATED(5.4, "StructName has been deprecated and replaced by GetType(). Use GetType().IsStruct(StructName) to test, otherwise if Type is StructProperty then StructName is GetType().GetParameterName(0).") FName StructNameFPropertyTag
UE_DEPRECATED(5.4, "EnumName has been deprecated and replaced by GetType(). Use GetType().IsEnum(EnumName) to test, otherwise if Type is EnumProperty or ByteProperty then EnumName is GetType().GetParameterName(0).") FName EnumNameFPropertyTag
UE_DEPRECATED(5.4, "InnerName has been deprecated and replaced by GetType(). If Type is ArrayProperty/SetProperty/MapProperty/OptionalProperty then InnerType is GetType().GetParameterName(0).") FName InnerTypeFPropertyTag
UE_DEPRECATED(5.4, "ValueName has been deprecated and replaced by GetType(). If Type is MapProperty then ValueType is GetType().GetParameterName(1).") FName ValueTypeFPropertyTag
UE_DEPRECATED(5.4, "StructGuid has been deprecated and replaced by GetType(). If Type is StructProperty then StructGuid is GetType().GetParameterName(1).") FGuid StructGuidFPropertyTag