UAudioAnalyzerAsset

Interface for Audio Analyzer Assets.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AudioAnalyzer

Header

/Engine/Source/Runtime/AudioAnalyzer/Classes/AudioAnalyzerAsset.h

Include

#include "AudioAnalyzerAsset.h"

Syntax

class UAudioAnalyzerAsset : public UObject

Remarks

Interface for Audio Analyzer Assets. UAudioAnalyzerAsset

UAudioAnalyzerAsset provides the interface for controlling asset actions within the editor.

Functions

Name Description

Public function Virtual Const

FText

 

GetAssetActionName()

GetAssetActionName() returns the FText displayed in the editor.

Public function Virtual Const

UClass *

 

GetSupportedClass()

GetSupportedClass() returns the class which should be associated with these asset actions.

Public function Virtual Const

FColor

 

GetTypeColor()

GetTypeColor() returns the color used to display asset icons within the editor.

Public function Virtual Const

bool

 

HasAssetActions()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss