Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Elements
Classes
| Type | Name | Description | |
|---|---|---|---|
| FActorElementData | Element data that represents an Actor. | ||
| UActorElementAssetDataInterface | |||
| UActorElementCounterInterface | |||
| UActorElementHierarchyInterface | |||
| UActorElementObjectInterface | |||
| UActorElementSelectionInterface | |||
| UActorElementWorldInterface |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< AActor * > | ActorElementDataUtil::GetActorsFromHandles
(
TArrayView< const ElementHandleType > InHandles, |
Attempt to get the actors from the given element handles. | |
| TArray< AActor * > | ActorElementDataUtil::GetActorsFromHandlesChecked
(
TArrayView< const ElementHandleType > InHandles |
Attempt to get the actors from the given element handles, asserting if any element handle doesn't contain FActorElementData. |