Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundArrayRandomNode.h |
| Include | #include "MetasoundArrayRandomNode.h" |
Syntax
class FArrayRandomGet
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArrayRandomGet
(
int32 InSeed, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetMaxIndex () |
||
| int32 | |||
| void | |||
| int32 | NextValue () |
||
| void | ResetSeed () |
||
| void | SetNoRepeatOrder
(
int32 InNoRepeatOrder |
||
| void | SetRandomWeights
(
const TArray< float >& InRandomWeights |
||
| void | SetSeed
(
int32 InSeed |