Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/USelection > API/Editor/UnrealEd/USelection/IsSelected
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Selection.h |
| Include | #include "Selection.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Selection.cpp |
bool IsSelected
(
const UObject * InObject
) const
Remarks
Returns true if the specified object is non-NULL and selected. true if the object is selected, or false if InObject is unselected or NULL.
Parameters
| Name | Description |
|---|---|
| InObject | The object to query. Can be NULL. |