Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Elements > API/Runtime/Engine/Elements/Component
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UComponentElementHierarchyInterface
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Elements/Component/ComponentElementHierarchyInterface.h |
| Include | #include "Elements/Component/ComponentElementHierarchyInterface.h" |
Syntax
class UComponentElementHierarchyInterface :
public UObject,
public ITypedElementHierarchyInterface
Overridden from ITypedElementHierarchyInterface
| Type | Name | Description | |
|---|---|---|---|
| void | GetChildElements
(
const FTypedElementHandle& InElementHandle, |
Get the logical children of this element, if any. | |
| FTypedElementHandle | GetParentElement
(
const FTypedElementHandle& InElementHandle, |
Get the logical parent of this element, if any. |