AGroupActor::DrawBracketsForGroups

Draw brackets around all selected groups

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Editor/GroupActor.h

Include

#include "Editor/GroupActor.h"

Source

/Engine/Source/Editor/UnrealEd/Private/GroupActor.cpp

Syntax

static void DrawBracketsForGroups
(
    class FPrimitiveDrawInterface * PDI,
    FViewport * Viewport,
    bool bMustBeSelected
)

Remarks

Draw brackets around all selected groups

Parameters

Parameter

Description

PDI

FPrimitiveDrawInterface used to draw lines in active viewports

Viewport

The viewport to draw brackets in.

bMustBeSelected

Flag to only draw currently selected groups. Defaults to true.

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