Skip to main content

Documentation Index

Fetch the complete documentation index at: https://udcore.unrealdirective.com/llms.txt

Use this file to discover all available pages before exploring further.

FocusActorsInViewport

Focuses actors in the viewport.
Inputs
Actors
TArray<AActor*>
required
The actors to focus.
bInstant
bool
Whether to instantly focus the actors.

GetAllLevelClasses

Gets all unique classes used in the level.
Outputs
ReturnValue
TArray<UClass*>
The list of classes.