Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSoundSource
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Audio.h |
| Include | #include "Audio.h" |
Syntax
struct FDebugInfo
Remarks
Struct containing the debug state of a SoundSource
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsMuted | True if this sound has been muted . | |
| bool | bIsSoloed | True if this sound has been soloed. | |
| double | CPUCoreUtilization | Fraction of a single CPU core used to render audio. | |
| FCriticalSection | CS | Basic CS so we can pass this around safely. | |
| FString | MuteSoloReason | Reason why this sound is mute/soloed. |