Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundArrayShuffleNode.h |
| Include | #include "MetasoundArrayShuffleNode.h" |
Syntax
class FArrayIndexShuffler
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArrayIndexShuffler
(
int32 InSeed, |
FArrayIndexShuffler |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Init
(
int32 InSeed, |
||
| bool | NextValue
(
bool bAutoShuffle, |
Returns the next value in the array indices. Returns true if the array was re-shuffled automatically. | |
| void | ResetSeed () |
||
| void | SetSeed
(
int32 InSeed |
||
| void | ShuffleArray () |
Shuffle the array with the given max indices. |