Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/USelection > API/Editor/UnrealEd/USelection/Select
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Selection.h |
| Include | #include "Selection.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Selection.cpp |
void Select
(
UObject * InObject,
bool bSelect
)
Remarks
Selects or deselects the specified object, depending on the value of the bSelect flag.
Parameters
| Name | Description |
|---|---|
| InObject | The object to select/deselect. Must be non-NULL. |
| bSelect | true selects the object, false deselects. |