26#if UE_WITH_CONSTINIT_UOBJECT
#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
T TNotNull
Definition NotNull.h:307
@ CASTCLASS_None
Definition ObjectMacros.h:334
EObjectFlags
Definition ObjectMacros.h:552
EPropertyObjectReferenceType
Definition ObjectMacros.h:533
EPropertyPointerType
Definition UnrealType.h:156
FFieldVariant Owner
Definition Field.h:600
Definition NameTypes.h:617
Definition OutputDevice.h:133
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 bool Identical(const void *A, const void *B, uint32 PortFlags=0) const PURE_VIRTUAL(FProperty
Definition UnrealType.h:515
Definition StructuredArchiveSlots.h:52
Definition VBPVMDynamicProperty.h:13
virtual COREUOBJECT_API void InstanceSubobjects(void *Data, void const *DefaultData, TNotNull< UObject * > Owner, struct FObjectInstancingGraph *InstanceGraph) override
Definition VBPVMDynamicProperty.cpp:24
virtual COREUOBJECT_API FString GetCPPMacroType(FString &ExtendedTypeText) const override
Definition VBPVMDynamicProperty.cpp:19
virtual COREUOBJECT_API void EmitReferenceInfo(UE::GC::FSchemaBuilder &Schema, int32 BaseOffset, TArray< const FStructProperty * > &EncounteredStructProps, UE::GC::FPropertyStack &DebugPath) override
Definition VBPVMDynamicProperty.cpp:69
virtual COREUOBJECT_API uint32 GetValueTypeHashInternal(const void *Src) const override
Definition VBPVMDynamicProperty.cpp:74
virtual COREUOBJECT_API void ExportText_Internal(FString &ValueStr, const void *PropertyValueOrContainer, EPropertyPointerType PointerType, const void *DefaultValue, UObject *Parent, int32 PortFlags, UObject *ExportRootScope) const override
Definition VBPVMDynamicProperty.cpp:44
virtual bool HasIntrusiveUnsetOptionalState() const override
Definition VBPVMDynamicProperty.h:46
virtual COREUOBJECT_API bool ContainsObjectReference(TArray< const FStructProperty * > &EncounteredStructProps, EPropertyObjectReferenceType InReferenceType=EPropertyObjectReferenceType::Strong) const override
Definition VBPVMDynamicProperty.cpp:64
virtual COREUOBJECT_API void SerializeItem(FStructuredArchive::FSlot Slot, void *Value, void const *Defaults) const override
Definition VBPVMDynamicProperty.cpp:34
Definition UnrealType.h:1538
FProperty Super
Definition UnrealType.h:1542
Definition GarbageCollectionSchema.h:62
Definition GarbageCollectionSchema.h:265