UCSelectComponent

Overview

Decal-based selection indicator. Extends UDecalComponent. Supports permanent selection and temporary (hover) selection. Decal size adapts to the mesh bounds.

Properties & Methods

Name Description
select / deselect Toggle permanent selection
toggleTempSelected Toggle temporary (hover) selection
deselectAllBut Static: deselects all actors in the world except specified ones
retrieveAllSelectedActorBut Static: returns all permanently selected actors
retrieveTemporarySelectedActorBut Static: returns the temporarily selected actor
UCSelectComponent::deselectAllBut(GetWorld());
UCSelectComponent::retrieveAllSelectedActorBut(GetWorld());