Navigation
API > API/Runtime > API/Runtime/Engine
Interface for sound class graph interaction with the AudioEditor module.
| Name | ISoundClassAudioEditor |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundClass.h |
| Include Path | #include "Sound/SoundClass.h" |
Syntax
class ISoundClassAudioEditor
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ISoundClassAudioEditor() |
Sound/SoundClass.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RefreshGraphLinks
(
UEdGraph* SoundClassGraph |
Refreshes the sound class graph links. | Sound/SoundClass.h |