USelection::GetBottom

Returns the last selected object of the specified class.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/Selection.h"

Syntax

UObject * GetBottom
(
    UClass * InClass
)

Remarks

Returns the last selected object of the specified class.

Returns

The last selected object of the specified class.

Parameters

Parameter

Description

InClass

The class of object to return. 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