USelection::DeselectAll

Deselects all objects of the specified class, if no class is specified it deselects all objects.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Selection.h

Include

#include "Engine/Selection.h"

Source

/Engine/Source/Runtime/Engine/Private/Selection.cpp

Syntax

void DeselectAll
(
    UClass * InClass
)

Remarks

Deselects all objects of the specified class, if no class is specified it deselects all objects.

Parameters

Parameter

Description

InClass

The type of object to deselect. Can be NULL.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss