Navigation
API > API/Plugins > API/Plugins/MetasoundExperimentalEngineRunti-
Output-format selection mode for the Audio Wave Player.
W10: scoped to this node (not the engine-wide enum) by intent for the duration of the experimental phase. The cross-node enum EMetasoundChannelAgnosticNodeFormatChooser is missing a "SourceAuto" variant (main spec §4 Open #7); localizing here avoids touching MetasoundFrontend from an experimental-plugin module and keeps this node's config self-contained. When the engine-wide enum grows a matching variant, the Wave Player config should adopt it directly.
| Name | ECatWavePlayerFormatChooser |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MetasoundExperimental/Source/MetasoundExperimentalEngineRuntime/Public/MetasoundCatWavePlayerNode.h |
| Include Path | #include "MetasoundCatWavePlayerNode.h" |
Syntax
enum ECatWavePlayerFormatChooser
{
Auto,
SourceAuto,
Custom,
}
Values
| Name | Remarks |
|---|---|
| Auto | Derive the output format from the contents of the attached SoundWaveContainer (largest channel count among entries, clamped to MVP formats). |
| SourceAuto | Inherit the format from the enclosing UMetaSoundSource. Default. |
| Custom | Pin a specific format via CustomFormat. |