Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/USelection
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Selection.h |
| Include | #include "Selection.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Selection.cpp |
void DeselectAll
&40;
UClass &42; InClass
&41;
Remarks
Deselects all objects of the specified class, if no class is specified it deselects all objects.
Parameters
| Name | Description |
|---|---|
| InClass | The type of object to deselect. Can be NULL. |