| void SetValueTypeObject(UObject* ValueTypeObject) | FinalNative+1 flags | | 0x08 |
| void SetValueType(const EMovieGraphValueType& ValueType, UObject* InValueTypeObject) | FinalNative+1 flags | | 0x10 |
| bool SetValueText(FText& InValue) | FinalNative+1 flags | | 0x11 |
| bool SetValueString(const FString& InValue) | FinalNative+1 flags | | 0x11 |
| bool SetValueSerializedString(const FString& NewValue) | FinalNative+1 flags | | 0x11 |
| bool SetValueObject(UObject* InValue) | FinalNative+1 flags | | 0x09 |
| bool SetValueName(const FName& InValue) | FinalNative+1 flags | | 0x09 |
| bool SetValueInt64(int64 InValue) | FinalNative+1 flags | | 0x09 |
| bool SetValueInt32(int32 InValue) | FinalNative+1 flags | | 0x05 |
| bool SetValueFloat(float InValue) | FinalNative+1 flags | | 0x05 |
| bool SetValueEnum(uint8 InValue, UEnum* Enum) | FinalNative+1 flags | | 0x11 |
| bool SetValueDouble(double InValue) | FinalNative+1 flags | | 0x09 |
| void SetValueContainerType(const EMovieGraphContainerType& ContainerType) | FinalNative+1 flags | | 0x01 |
| bool SetValueClass(TSubclassOf<UObject> InValue) | FinalNative+1 flags | | 0x09 |
| bool SetValueByte(uint8 InValue) | FinalNative+1 flags | | 0x02 |
| bool SetValueBool(bool bInValue) | FinalNative+1 flags | | 0x02 |
| UObject* GetValueTypeObject() | FinalNative+1 flags | | 0x08 |
| EMovieGraphValueType GetValueType() | FinalNative+1 flags | | 0x01 |
| bool GetValueText(FText& OutValue) | FinalNative+1 flags | | 0x11 |
| bool GetValueString(const FString& OutValue) | FinalNative+1 flags | | 0x11 |
| FString GetValueSerializedString() | FinalNative+1 flags | | 0x10 |
| bool GetValueObject(UObject* OutValue, TSubclassOf<UObject> RequestedClass) | FinalNative+1 flags | | 0x11 |
| bool GetValueName(const FName& OutValue) | FinalNative+1 flags | | 0x09 |
| bool GetValueInt64(const int64& OutValue) | FinalNative+1 flags | | 0x09 |
| bool GetValueInt32(const int32& OutValue) | FinalNative+1 flags | | 0x05 |
| bool GetValueFloat(const float& OutValue) | FinalNative+1 flags | | 0x05 |
| bool GetValueEnum(const uint8& OutValue, UEnum* RequestedEnum) | FinalNative+1 flags | | 0x11 |
| bool GetValueDouble(const double& OutValue) | FinalNative+1 flags | | 0x09 |
| EMovieGraphContainerType GetValueContainerType() | FinalNative+1 flags | | 0x01 |
| bool GetValueClass(const TSubclassOf<UObject>& OutValue) | FinalNative+1 flags | | 0x09 |
| bool GetValueByte(const uint8& OutValue) | FinalNative+1 flags | | 0x02 |
| bool GetValueBool(const bool& bOutValue) | FinalNative+1 flags | | 0x02 |