Navigation
API > API/Plugins > API/Plugins/MetasoundExperimentalEngineRunti-
How the container is stepped through.
| Name | ECatWavePlayerPlaybackType |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MetasoundExperimental/Source/MetasoundExperimentalEngineRuntime/Public/MetasoundCatWavePlayerNode.h |
| Include Path | #include "MetasoundCatWavePlayerNode.h" |
Syntax
enum ECatWavePlayerPlaybackType
{
Index,
Sequence,
}
Values
| Name | Remarks |
|---|---|
| Index | Each Play trigger plays the entry at the supplied Index input. |
| Sequence | Each Play trigger advances through the container in sequence. |