Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- FMetasoundParameterPackItemBase
- FMetasoundParameterPackItem
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundParameterPack.h |
| Include | #include "MetasoundParameterPack.h" |
Syntax
template<typename T, int32 MaxNumItems>
struct FMetasoundParameterPackItem : public MetasoundParameterPackPrivate::FMetasoundParameterPackItemBase
Remarks
A template that lets us stick an arbitrary data type into the raw 'bag-o-bytes' that is the parameter storage. Uses the base class above.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TRootValueType< T, MaxNumItems >::Type | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMetasoundParameterPackItem
(
const FMetasoundParameterPackItem& Other |
|||
FMetasoundParameterPackItem
(
const FName& InName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint16 | SizeOfParam
(
const T& InValue |
Typedefs
| Name | Description |
|---|---|
| ThisType |