PluginsUDCoreFeaturesEditor Actor Subsystem
Utilities
General-purpose editor actor utilities
General-purpose utility functions for working with actors in the editor.
FocusActorsInViewport
Focuses actors in the viewport.

Parameters
| Name | Type | Description |
|---|---|---|
Actors | TArray<AActor*> | The actors to focus |
bInstant | bool | Whether to instantly focus the actors |
GetAllLevelClasses
Gets all unique classes used in the level.

Returns
| Name | Type | Description |
|---|---|---|
ReturnValue | TArray<UClass*> | The list of unique classes in the level |