|
| | UE_DEPRECATED (5.4, "Prop has been deprecated. Use GetProperty()/SetProperty().") FProperty *Prop |
| |
| | 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 StructName |
| |
| | 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 EnumName |
| |
| | 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 InnerType |
| |
| | UE_DEPRECATED (5.4, "ValueName has been deprecated and replaced by GetType(). If Type is MapProperty then ValueType is GetType().GetParameterName(1).") FName ValueType |
| |
| | UE_DEPRECATED (5.4, "StructGuid has been deprecated and replaced by GetType(). If Type is StructProperty then StructGuid is GetType().GetParameterName(1).") FGuid StructGuid |
| |
| | FPropertyTag () |
| |
| UE_INTERNAL COREUOBJECT_API | FPropertyTag (FProperty *Property, int32 InIndex, uint8 *Value) |
| |
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | FPropertyTag (FPropertyTag &&)=default |
| |
| | FPropertyTag (const FPropertyTag &)=default |
| |
| FPropertyTag & | operator= (FPropertyTag &&)=default |
| |
| FPropertyTag & | operator= (const FPropertyTag &)=default |
| |
| PRAGMA_ENABLE_DEPRECATION_WARNINGS FProperty * | GetProperty () const |
| |
| void | SetProperty (FProperty *Property) |
| |
| void | SetPropertyGuid (const FGuid &InPropertyGuid) |
| |
| UE::FPropertyTypeName | GetType () const |
| |
| void | SetType (UE::FPropertyTypeName TypeName) |
| |
| void | SerializeTaggedProperty (FArchive &Ar, FProperty *Property, uint8 *Value, const uint8 *Defaults) const |
| |
| UE_INTERNAL COREUOBJECT_API void | SerializeTaggedProperty (FStructuredArchive::FSlot Slot, FProperty *Property, uint8 *Value, const uint8 *Defaults) const |
| |
A tag describing a class property, to aid in serialization.