ISoundCueEditor::GetBoundsForSelectedNodes

Get the bounding area for the currently selected nodes

Unreal Engine C++ API Reference > Editor > AudioEditor > ISoundCueEditor

References

   
Module AudioEditor
Header /Engine/Source/Editor/AudioEditor/Public/ISoundCueEditor.h
Include #include "ISoundCueEditor.h"
bool GetBoundsForSelectedNodes
(
    class [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) & Rect,
    float Padding
)

Remarks

Get the bounding area for the currently selected nodes false if nothing is selected

Parameters

Name Description
Rect Final output bounding area, including padding
Padding An amount of padding to add to all sides of the bounds

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library