Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/USelection > API/Editor/UnrealEd/USelection/GetBottom
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Selection.h |
| Include | #include "Selection.h" |
UObject * GetBottom
(
const UClass * InClass
)
Remarks
Returns the last selected object of the specified class. The last selected object of the specified class.
Parameters
| Name | Description |
|---|---|
| InClass | The class of object to return. Must be non-NULL. |