unreal.AudioParameterType¶
- class unreal.AudioParameterType¶
Bases:
EnumBaseEAudio Parameter Type
C++ Source:
Module: AudioExtensions
File: AudioParameter.h
- BOOLEAN: AudioParameterType = Ellipsis¶
Boolean value
- Type:
1
- BOOLEAN_ARRAY: AudioParameterType = Ellipsis¶
Array of boolean values (not supported by legacy SoundCue system)
- Type:
7
- FLOAT: AudioParameterType = Ellipsis¶
Float value
- Type:
3
- FLOAT_ARRAY: AudioParameterType = Ellipsis¶
Array of float values (not supported by legacy SoundCue system)
- Type:
9
- INTEGER: AudioParameterType = Ellipsis¶
Integer value
- Type:
2
- INTEGER_ARRAY: AudioParameterType = Ellipsis¶
Array of integer values (not supported by legacy SoundCue system)
- Type:
8
- NONE: AudioParameterType = Ellipsis¶
‘Default’ results in behavior that is resolved based on the system interpreting it. To support legacy implementation, SoundCues cache all typed values associated with a given parameter name. For MetaSounds, use a specific Type instead of this one.
- Type:
0
- OBJECT: AudioParameterType = Ellipsis¶
Object value (types other than SoundWave not supported by legacy SoundCue system)
- Type:
5
- OBJECT_ARRAY: AudioParameterType = Ellipsis¶
Array of object values (not supported by legacy SoundCue system)
- Type:
11
- STRING: AudioParameterType = Ellipsis¶
String value (not supported by legacy SoundCue system)
- Type:
4
- STRING_ARRAY: AudioParameterType = Ellipsis¶
Array of string values (not supported by legacy SoundCue system)
- Type:
10
- TRIGGER: AudioParameterType = Ellipsis¶
Trigger value
- Type:
12