4#include "Containers/Array.h"
42#if UE_WITH_CONSTINIT_UOBJECT
53#if WITH_EDITORONLY_DATA
#define DECLARE_FIELD_API(TClass, TSuperClass, TStaticFlags, TRequiredAPI)
Definition Field.h:257
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
@ CASTCLASS_FFieldPathProperty
Definition ObjectMacros.h:388
EObjectFlags
Definition ObjectMacros.h:552
EPropertyObjectReferenceType
Definition ObjectMacros.h:533
EPropertyPointerType
Definition UnrealType.h:156
EConvertFromTypeResult
Definition UnrealType.h:130
Definition Archive.h:1208
Definition FieldPathProperty.h:25
static COREUOBJECT_API FString RedirectFieldPathName(const FString &InPathName)
Definition FieldPathProperty.cpp:227
virtual COREUOBJECT_API uint32 GetValueTypeHashInternal(const void *Src) const override
Definition FieldPathProperty.cpp:91
virtual COREUOBJECT_API bool ContainsObjectReference(TArray< const FStructProperty * > &EncounteredStructProps, EPropertyObjectReferenceType InReferenceType=EPropertyObjectReferenceType::Strong) const override
Definition GarbageCollection.cpp:6624
virtual COREUOBJECT_API EConvertFromTypeResult ConvertFromType(const FPropertyTag &Tag, FStructuredArchive::FSlot Slot, uint8 *Data, const UStruct *DefaultsStruct, const uint8 *Defaults) override
Definition FieldPathProperty.cpp:37
virtual COREUOBJECT_API void EmitReferenceInfo(UE::GC::FSchemaBuilder &Schema, int32 BaseOffset, TArray< const FStructProperty * > &EncounteredStructProps, UE::GC::FPropertyStack &DebugPath) override
Definition GarbageCollection.cpp:6830
TTypeFundamentals::TCppType TCppType
Definition FieldPathProperty.h:31
virtual COREUOBJECT_API void SerializeItem(FStructuredArchive::FSlot Slot, void *Value, void const *Defaults) const override
Definition FieldPathProperty.cpp:96
virtual COREUOBJECT_API void ExportText_Internal(FString &ValueStr, const void *PropertyValueOrContainer, EPropertyPointerType PropertyPointerType, const void *DefaultValue, UObject *Parent, int32 PortFlags, UObject *ExportRootScope) const override
Definition FieldPathProperty.cpp:102
virtual COREUOBJECT_API FString GetCPPMacroType(FString &ExtendedTypeText) const override
Definition FieldPathProperty.cpp:202
virtual COREUOBJECT_API bool SupportsNetSharedSerialization() const override
Definition FieldPathProperty.cpp:222
FFieldClass * PropertyClass
Definition FieldPathProperty.h:57
Super::TTypeFundamentals TTypeFundamentals
Definition FieldPathProperty.h:30
Definition NameTypes.h:617
Definition OutputDevice.h:133
Definition UnrealType.h:174
virtual void virtual ExportText_Internal(FString &ValueStr, const void *PropertyValueOrContainer, EPropertyPointerType PointerType, const void *DefaultValue, UObject *Parent, int32 PortFlags, UObject *ExportRootScope=nullptr) const PURE_VIRTUAL(FProperty const TCHAR ImportText_Internal)(const TCHAR *Buffer, void *ContainerOrPropertyPtr, EPropertyPointerType PointerType, UObject *OwnerObject, int32 PortFlags, FOutputDevice *ErrorText) const PURE_VIRTUAL(FProperty
Definition UnrealType.h:719
virtual FString GetCPPType(FString *ExtendedTypeText=NULL, uint32 CPPExportFlags=0) const PURE_VIRTUAL(FProperty
Definition UnrealType.h:339
virtual bool Identical(const void *A, const void *B, uint32 PortFlags=0) const PURE_VIRTUAL(FProperty
Definition UnrealType.h:515
Definition StructuredArchiveSlots.h:52
Definition UnrealType.h:1538
Definition GarbageCollectionSchema.h:62
Definition GarbageCollectionSchema.h:265
Definition UObjectConstructInternal.h:15
Definition PropertyTag.h:38