UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition NameTypes.h:617
Definition UnrealType.h:174
Definition SharedPointer.h:692
Definition VVMCustomAttributeHandler.h:96
TArray< TSharedPtr< CAttributeValue > > Value
Definition VVMCustomAttributeHandler.h:103
CAttributeArrayValue()
Definition VVMCustomAttributeHandler.h:98
Definition VVMCustomAttributeHandler.h:84
CAttributeClassValue()
Definition VVMCustomAttributeHandler.h:86
CAttributeValueMap Value
Definition VVMCustomAttributeHandler.h:92
TSharedPtr< CAttributeTypeValue > ClassType
Definition VVMCustomAttributeHandler.h:91
Definition VVMCustomAttributeHandler.h:57
double Value
Definition VVMCustomAttributeHandler.h:65
CAttributeFloatValue(double InValue)
Definition VVMCustomAttributeHandler.h:59
Definition VVMCustomAttributeHandler.h:45
int64 Value
Definition VVMCustomAttributeHandler.h:53
CAttributeIntValue(int64 InValue)
Definition VVMCustomAttributeHandler.h:47
Definition VVMCustomAttributeHandler.h:33
bool Value
Definition VVMCustomAttributeHandler.h:41
CAttributeLogicValue(bool InValue)
Definition VVMCustomAttributeHandler.h:35
Definition VVMCustomAttributeHandler.h:107
FString Value
Definition VVMCustomAttributeHandler.h:115
CAttributeStringValue(FString InValue)
Definition VVMCustomAttributeHandler.h:109
Definition VVMCustomAttributeHandler.h:69
CAttributeTypeValue()
Definition VVMCustomAttributeHandler.h:71
FString TypeName
Definition VVMCustomAttributeHandler.h:76
FString FullTypeName
Definition VVMCustomAttributeHandler.h:77
TArray< FString > TypeArgs
Definition VVMCustomAttributeHandler.h:78
Definition VVMCustomAttributeHandler.h:22
CAttributeValue(EAttributeValueType InType)
Definition VVMCustomAttributeHandler.h:24
EAttributeValueType Type
Definition VVMCustomAttributeHandler.h:29
Definition VVMCustomAttributeHandler.h:131
static COREUOBJECT_API ICustomAttributeHandler * FindHandlerForAttribute(const FName AttributeName)
Definition VVMCustomAttributeHandler.cpp:30
virtual COREUOBJECT_API ~ICustomAttributeHandler()
Definition VVMCustomAttributeHandler.cpp:10
static COREUOBJECT_API TMap< FName, ICustomAttributeHandler * > AttributeHandlers
Definition VVMCustomAttributeHandler.h:149
virtual COREUOBJECT_API bool ProcessAttribute(const CAttributeValue &Payload, UStruct *UeStruct, TArray< FString > &OutErrorMessages)
Definition VVMCustomAttributeHandler.cpp:41
EAttributeValueType
Definition VVMCustomAttributeHandler.h:11