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