Navigation
API > API/Editor > API/Editor/AudioEditor > API/Editor/AudioEditor/SoundClassGraph > API/Editor/AudioEditor/SoundClassGraph/USoundClassGraph
References
| Module | AudioEditor |
| Header | /Engine/Source/Editor/AudioEditor/Classes/SoundClassGraph/SoundClassGraph.h |
| Include | #include "SoundClassGraph/SoundClassGraph.h" |
| Source | /Engine/Source/Editor/AudioEditor/Private/SoundClassGraph.cpp |
void AddNewSoundClass
&40;
UEdGraphPin &42; FromPin,
class USoundClass &42; SoundClass,
int32 NodePosX,
int32 NodePosY,
bool bSelectNewNode
&41;
Remarks
Display a new SoundClass that has just been created using the editor
Parameters
| Name | Description |
|---|---|
| FromPin | The Pin that was dragged from to create the SoundClass (may be NULL) |
| SoundClass | The newly created SoundClass |
| NodePosX | X coordinate new class was created at |
| NodePosY | Y coordinate new class was created at |
| bSelectNewNode | Whether or not to select the new node being created |