Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
And finally... A type we can register with Metasound that holds a TSharedPtr to an FMetasoundParamStorage instance. It can be created by various systems in Metasound given a proxy.
| Name | FMetasoundParameterStorageWrapper |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundParameterPack.h |
| Include Path | #include "MetasoundParameterPack.h" |
Syntax
class FMetasoundParameterStorageWrapper
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetasoundParameterPack.h | |||
| MetasoundParameterPack.h | |||
FMetasoundParameterStorageWrapper
(
const TSharedPtr< Audio::IProxyData >& InInitData |
MetasoundParameterPack.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ParameterStoragePtr | FSharedMetasoundParameterStoragePtr | MetasoundParameterPack.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSharedMetasoundParameterStoragePtr Get() |
MetasoundParameterPack.h | ||
const FSharedMetasoundParameterStoragePtr & GetPackProxy() |
MetasoundParameterPack.h | ||
bool IsPackValid() |
MetasoundParameterPack.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMetasoundParameterStorageWrapper & operator=
(
const FMetasoundParameterStorageWrapper& Other |
MetasoundParameterPack.h | ||
const FMetasoundParameterPackStorage * operator-> () |
MetasoundParameterPack.h | ||
| MetasoundParameterPack.h |