USelection::IsSelected

Returns true if the specified object is non-NULL and selected.

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

bool IsSelected
(
    const UObject * InObject
) const

Remarks

Returns true if the specified object is non-NULL and selected.

Returns

true if the object is selected, or false if InObject is unselected or NULL.

Parameters

Parameter

Description

InObject

The object to query. Can be 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