USelection::ToggleSelect

Toggles the selection state of the specified object.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Selection.h

Include

#include "Engine/Selection.h"

Source

/Engine/Source/Runtime/Engine/Private/Selection.cpp

Syntax

void ToggleSelect
(
    UObject * InObject
)

Remarks

Toggles the selection state of the specified object.

Parameters

Parameter

Description

InObject

The object to select/deselect. Must be non-NULL.

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