Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
| |
|
| Name |
InitSharedStateArgs |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundArrayRandomNode.h |
| Include Path |
#include "MetasoundArrayRandomNode.h" |
Syntax
struct InitSharedStateArgs
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bIsPreviewSound |
bool |
|
MetasoundArrayRandomNode.h |
|
| NoRepeatOrder |
int32 |
|
MetasoundArrayRandomNode.h |
|
| NumElements |
int32 |
|
MetasoundArrayRandomNode.h |
|
| Seed |
int32 |
|
MetasoundArrayRandomNode.h |
|
| SharedStateId |
FGuid |
|
MetasoundArrayRandomNode.h |
|
| Weights |
TArray< float > |
|
MetasoundArrayRandomNode.h |
|