Navigation
API > API/Editor > API/Editor/AudioEditor > API/Editor/AudioEditor/FSoundCueEditorUtilities
References
Module | AudioEditor |
Header | /Engine/Source/Editor/AudioEditor/Public/SoundCueEditorUtilities.h |
Include | #include "SoundCueEditorUtilities.h" |
Source | /Engine/Source/Editor/AudioEditor/Private/SoundCueEditorUtilities.cpp |
static bool GetBoundsForSelectedNodes
&40;
const UEdGraph &42; Graph,
class FSlateRect & Rect,
float Padding
&41;
Remarks
Get the bounding area for the currently selected nodes false if nothing is selected
Parameters
Name | Description |
---|---|
Graph | The Graph we are finding bounds for |
Rect | Final output bounding area, including padding |
Padding | An amount of padding to add to all sides of the bounds |