FSoundCueEditorUtilities::GetBoundsForSelectedNodes

Get the bounding area for the currently selected nodes

Windows
MacOS
Linux

References

Module

AudioEditor

Header

/Engine/Source/Editor/AudioEditor/Public/SoundCueEditorUtilities.h

Include

#include "SoundCueEditorUtilities.h"

Source

/Engine/Source/Editor/AudioEditor/Private/SoundCueEditorUtilities.cpp

Syntax

static bool GetBoundsForSelectedNodes
(
    const UEdGraph * Graph,
    class FSlateRect & Rect,
    float Padding
)

Remarks

Get the bounding area for the currently selected nodes

Parameters

Parameter

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 @return false if nothing is selected

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss