Navigation
API > API/Editor > API/Editor/UnrealEd
Commandlet used to test various aspects of audio mixer without loading UI.
| Name | UAudioMixerCommandlet |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/AudioMixerCommandlet.h |
| Include Path | #include "Commandlets/AudioMixerCommandlet.h" |
Syntax
UCLASS ()
class UAudioMixerCommandlet : public UCommandlet
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCommandlet → UAudioMixerCommandlet
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAudioMixerCommandlet
(
const FObjectInitializer& ObjectInitializer |
Commandlets/AudioMixerCommandlet.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PrintUsage() |
Commandlets/AudioMixerCommandlet.h |
Overridden from UCommandlet
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 Main
(
const FString& Params |
Commandlets/AudioMixerCommandlet.h |