Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Elements
Classes
| Type | Name | Description | |
|---|---|---|---|
| FComponentElementData | Element data that represents an Actor Component. | ||
| UComponentElementCounterInterface | |||
| UComponentElementHierarchyInterface | |||
| UComponentElementObjectInterface | |||
| UComponentElementSelectionInterface | |||
| UComponentElementWorldInterface |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< UActorComponent * > | ComponentElementDataUtil::GetComponentsFromHandles
(
TArrayView< const ElementHandleType > InHandles, |
Attempt to get the actor components from the given element handles. | |
| TArray< UActorComponent * > | ComponentElementDataUtil::GetComponentsFromHandlesChecked
(
TArrayView< const ElementHandleType > InHandles |
Attempt to get the actor components from the given element handles, asserting if any element handle doesn't contain FComponentElementData. |