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 |
USoundClassGraphNode &42; CreateNode
&40;
class USoundClass &42; SoundClass,
int32 NodePosX,
int32 NodePosY,
bool bSelectNewNode
&41;
Remarks
Create a new node to represent a SoundClass Either a new node or an existing node representing the class
Parameters
Name | Description |
---|---|
SoundClass | The SoundClass to represent |
NodePosX | X coordinate to place node at |
NodePosY | Y coordinate to place node at |
bSelectNewNode | Whether or not to select the new node being created |