Navigation
API > API/Editor > API/Editor/AudioEditor
References
| Module | AudioEditor |
| Header | /Engine/Source/Editor/AudioEditor/Public/SoundCueEditorUtilities.h |
| Include | #include "SoundCueEditorUtilities.h" |
Syntax
class FSoundCueEditorUtilities
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanPasteNodes
(
const UEdGraph* Graph |
Can we paste to this graph? | |
| void | CreateDialogueContainers
(
TArray< class UDialogueWave* >& SelectedDialogues, |
Adds USoundNodeDialoguePlayer nodes based on selected objects | |
| void | CreateWaveContainers
(
TArray< class USoundWave* >& SelectedWaves, |
Adds SoundNodeWavePlayer nodes based on selected objects | |
| bool | GetBoundsForSelectedNodes
(
const UEdGraph* Graph, |
Get the bounding area for the currently selected nodes | |
| int32 | GetNumberOfSelectedNodes
(
const UEdGraph* Graph |
Gets the number of nodes that are currently selected | |
| TSet< UObject * > | GetSelectedNodes
(
const UEdGraph* Graph |
Get the currently selected set of nodes | |
| void | PasteNodesHere
(
UEdGraph* Graph, |
Perform paste on graph, at location |