Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Elements
Classes
| Type | Name | Description | |
|---|---|---|---|
| FObjectElementData | Element data that represents an Object. | ||
| UObjectElementAssetDataInterface | |||
| UObjectElementCounterInterface | |||
| UObjectElementObjectInterface | |||
| UObjectElementSelectionInterface |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< UObject * > |
ObjectElementDataUtil::GetObjectsFromHandles
(
TArrayView< const ElementHandleType > InHandles, |
Attempt to get the objects from the given element handles. | |
| TArray< UObject * > |
ObjectElementDataUtil::GetObjectsFromHandlesChecked
(
TArrayView< const ElementHandleType > InHandles |
Attempt to get the objects from the given element handles, asserting if any element handle doesn't contain FObjectElementData. |