UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VBPVMDynamicProperty.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "Misc/NotNull.h"
8
9//
10// Metadata for a property of FVerseValue type.
11//
12class FVerseDynamicProperty : public TProperty<UE::FDynamicallyTypedValue, FProperty>
13{
15
16public:
18
24 COREUOBJECT_API FVerseDynamicProperty(FFieldVariant InOwner, const UECodeGen_Private::FVerseValuePropertyParams& Prop);
25
26#if UE_WITH_CONSTINIT_UOBJECT
27 explicit consteval FVerseDynamicProperty(UE::CodeGen::ConstInit::FPropertyParams InBaseParams)
29 {
30 }
31#endif
32
33 // UHT interface
34 COREUOBJECT_API virtual FString GetCPPMacroType(FString& ExtendedTypeText) const override;
35 // End of UHT interface
36
37 // FProperty interface
38 COREUOBJECT_API virtual void InstanceSubobjects(void* Data, void const* DefaultData, TNotNull<UObject*> Owner, struct FObjectInstancingGraph* InstanceGraph) override;
39 COREUOBJECT_API virtual bool Identical(const void* A, const void* B, uint32 PortFlags) const override;
40 COREUOBJECT_API virtual void SerializeItem(FStructuredArchive::FSlot Slot, void* Value, void const* Defaults) const override;
41 COREUOBJECT_API virtual void ExportText_Internal(FString& ValueStr, const void* PropertyValueOrContainer, EPropertyPointerType PointerType, const void* DefaultValue, UObject* Parent, int32 PortFlags, UObject* ExportRootScope) const override;
45 COREUOBJECT_API virtual uint32 GetValueTypeHashInternal(const void* Src) const override;
46 virtual bool HasIntrusiveUnsetOptionalState() const override
47 {
48 return false;
49 }
50 // End of FProperty interface
51};
#define DECLARE_FIELD_API(TClass, TSuperClass, TStaticFlags, TRequiredAPI)
Definition Field.h:257
FPlatformTypes::TCHAR TCHAR
Either ANSICHAR or WIDECHAR, depending on whether the platform supports wide characters or the requir...
Definition Platform.h:1135
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
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
uint32_t uint32
Definition binka_ue_file_header.h:6
Definition Field.h:353
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 Array.h:670
Definition UnrealType.h:1538
FProperty Super
Definition UnrealType.h:1542
Definition GarbageCollectionSchema.h:62
Definition GarbageCollectionSchema.h:265
Definition Object.h:95
Definition Class.h:4941