Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime
| Name | ITypedElementHierarchyInterface |
| Type | class |
| Header File | /Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Interfaces/TypedElementHierarchyInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementHierarchyInterface.h" |
Syntax
class ITypedElementHierarchyInterface
Derived Classes
- UActorElementHierarchyInterface
- UComponentElementHierarchyInterface
- USMInstanceElementHierarchyInterface
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetChildElements
(
const FTypedElementHandle& InElementHandle, |
Get the logical children of this element, if any. | Elements/Interfaces/TypedElementHierarchyInterface.h | |
virtual void GetChildElements
(
const FScriptTypedElementHandle& InElementHandle, |
Get the logical children of this element, if any. | Elements/Interfaces/TypedElementHierarchyInterface.h |
|
virtual FTypedElementHandle GetParentElement
(
const FTypedElementHandle& InElementHandle, |
Get the logical parent of this element, if any. | Elements/Interfaces/TypedElementHierarchyInterface.h | |
virtual FScriptTypedElementHandle GetParentElement
(
const FScriptTypedElementHandle& InElementHandle, |
Script Api Get the logical parent of this element, if any. | Elements/Interfaces/TypedElementHierarchyInterface.h |
|