Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/USelection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * GetBottom () |
Returns the last selected object. | Selection.h | |
| Returns the last selected object of the specified class. | Selection.h |
GetBottom()
Description
Returns the last selected object.
| Name | GetBottom |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Selection.h |
| Include Path | #include "Selection.h" |
template<class T>
T * GetBottom()
The last selected object.
GetBottom(const UClass *)
Description
Returns the last selected object of the specified class.
| Name | GetBottom |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Selection.h |
| Include Path | #include "Selection.h" |
UObject * GetBottom
(
const UClass * InClass
)
The last selected object of the specified class.
Parameters
| Name | Remarks |
|---|---|
| InClass | The class of object to return. Must be non-NULL. |