| void SetValueAsVector(const FName& KeyName, const FVector& VectorValue) | FinalNative+1 flags | | 0x20 |
| void SetValueAsString(const FName& KeyName, const FString& StringValue) | FinalNative+1 flags | | 0x18 |
| void SetValueAsRotator(const FName& KeyName, const FRotator& VectorValue) | FinalNative+1 flags | | 0x20 |
| void SetValueAsObject(const FName& KeyName, UObject* ObjectValue) | FinalNative+1 flags | | 0x10 |
| void SetValueAsName(const FName& KeyName, const FName& NameValue) | FinalNative+1 flags | | 0x10 |
| void SetValueAsInt(const FName& KeyName, int32 IntValue) | FinalNative+1 flags | | 0x0C |
| void SetValueAsFloat(const FName& KeyName, float FloatValue) | FinalNative+1 flags | | 0x0C |
| void SetValueAsEnum(const FName& KeyName, uint8 EnumValue) | FinalNative+1 flags | | 0x09 |
| void SetValueAsClass(const FName& KeyName, TSubclassOf<UObject> ClassValue) | FinalNative+1 flags | | 0x10 |
| void SetValueAsBool(const FName& KeyName, bool BoolValue) | FinalNative+1 flags | | 0x09 |
| bool IsVectorValueSet(const FName& KeyName) | FinalNative+1 flags | | 0x09 |
| FVector GetValueAsVector(const FName& KeyName) | FinalNative+1 flags | | 0x20 |
| FString GetValueAsString(const FName& KeyName) | FinalNative+1 flags | | 0x18 |
| FRotator GetValueAsRotator(const FName& KeyName) | FinalNative+1 flags | | 0x20 |
| UObject* GetValueAsObject(const FName& KeyName) | FinalNative+1 flags | | 0x10 |
| FName GetValueAsName(const FName& KeyName) | FinalNative+1 flags | | 0x10 |
| int32 GetValueAsInt(const FName& KeyName) | FinalNative+1 flags | | 0x0C |
| float GetValueAsFloat(const FName& KeyName) | FinalNative+1 flags | | 0x0C |
| uint8 GetValueAsEnum(const FName& KeyName) | FinalNative+1 flags | | 0x09 |
| TSubclassOf<UObject> GetValueAsClass(const FName& KeyName) | FinalNative+1 flags | | 0x10 |
| bool GetValueAsBool(const FName& KeyName) | FinalNative+1 flags | | 0x09 |
| bool GetRotationFromEntry(const FName& KeyName, const FRotator& ResultRotation) | FinalNative+1 flags | | 0x21 |
| bool GetLocationFromEntry(const FName& KeyName, const FVector& ResultLocation) | FinalNative+1 flags | | 0x21 |
| void ClearValue(const FName& KeyName) | FinalNative+1 flags | | 0x08 |