Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetasoundParameterPackStorage
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundParameterPack.h |
| Include | #include "MetasoundParameterPack.h" |
Syntax
struct ParameterIterator
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8 * | CurrentNode | ||
| uint8 * | EndAddress |
Constructors
| Type | Name | Description | |
|---|---|---|---|
ParameterIterator
(
uint8* Start, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| MetasoundParameterPackPrivate::FMetasoundParameterPackItemBase * |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const ParameterIterator& Other |
||
| ParameterIterator & | operator++ () |
||
| ParameterIterator | operator++
(
int |
||
| bool | operator==
(
const ParameterIterator& Other |
||
| MetasoundParameterPackPrivate::FMetasoundParameterPackItemBase * | operator-> () |