| ESetParamResult SetTrigger(const FName& ParameterName, bool OnlyIfExists) | FinalNative+1 flags | | 0x0A |
| ESetParamResult SetString(const FName& ParameterName, const FString& InValue, bool OnlyIfExists) | FinalNative+1 flags | | 0x1A |
| ESetParamResult SetInt(const FName& ParameterName, int32 InValue, bool OnlyIfExists) | FinalNative+1 flags | | 0x0E |
| ESetParamResult SetFloat(const FName& ParameterName, float InValue, bool OnlyIfExists) | FinalNative+1 flags | | 0x0E |
| ESetParamResult SetBool(const FName& ParameterName, bool InValue, bool OnlyIfExists) | FinalNative+1 flags | | 0x0B |
| UMetasoundParameterPack* MakeMetasoundParameterPack() | FinalNative+2 flags | | 0x08 |
| bool HasTrigger(const FName& ParameterName) | FinalNative+1 flags | | 0x09 |
| bool HasString(const FName& ParameterName) | FinalNative+1 flags | | 0x09 |
| bool HasInt(const FName& ParameterName) | FinalNative+1 flags | | 0x09 |
| bool HasFloat(const FName& ParameterName) | FinalNative+1 flags | | 0x09 |
| bool HasBool(const FName& ParameterName) | FinalNative+1 flags | | 0x09 |
| bool GetTrigger(const FName& ParameterName, const ESetParamResult& Result) | FinalNative+1 flags | | 0x0A |
| FString GetString(const FName& ParameterName, const ESetParamResult& Result) | FinalNative+1 flags | | 0x20 |
| int32 GetInt(const FName& ParameterName, const ESetParamResult& Result) | FinalNative+1 flags | | 0x10 |
| float GetFloat(const FName& ParameterName, const ESetParamResult& Result) | FinalNative+1 flags | | 0x10 |
| bool GetBool(const FName& ParameterName, const ESetParamResult& Result) | FinalNative+1 flags | | 0x0A |