Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundParameterPack.h |
| Include | #include "MetasoundParameterPack.h" |
Syntax
class FMetasoundParameterStorageWrapper
Remarks
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.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMetasoundParameterStorageWrapper
(
const TSharedPtr< Audio::IProxyData >& InInitData |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSharedMetasoundParameterStoragePtr | Get () |
||
| const FSharedMetasoundParameterStoragePtr & | GetPackProxy () |
||
| bool | IsPackValid () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FMetasoundParameterStorageWrapper & | operator=
(
const FMetasoundParameterStorageWrapper& Other |
||
| const FMetasoundParameterPackStorage * | operator-> () |
||
| FMetasoundParameterPackStorage * | operator-> () |