EAudioComponentPlayState
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum EAudioComponentPlayState
Inheritance Object → ValueType → Enum → EAudioComponentPlayState
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Playing | 0 | |
| Stopped | 1 | |
| Paused | 2 | |
| FadingIn | 3 | |
| FadingOut | 4 | |
| Count | 5 | |
| EAudioComponentPlayState_MAX | 6 |