Navigation
API > API/Editor > API/Editor/AudioEditor
| Name | USoundCueGraph |
| Type | class |
| Header File | /Engine/Source/Editor/AudioEditor/Classes/SoundCueGraph/SoundCueGraph.h |
| Include Path | #include "SoundCueGraph/SoundCueGraph.h" |
Syntax
UCLASS (MinimalAPI)
class USoundCueGraph : public UEdGraph
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraph → USoundCueGraph
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
USoundCueGraph
(
const FObjectInitializer& ObjectInitializer |
SoundCueGraph/SoundCueGraph.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
USoundCue * GetSoundCue() |
Returns the SoundCue that contains this graph | SoundCueGraph/SoundCueGraph.h |