Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Elements > API/Runtime/Engine/Elements/Component > API/Runtime/Engine/Elements/Component/UComponentElementHierarchyInterf-
- ITypedElementHierarchyInterface::GetChildElements()
- UComponentElementHierarchyInterface::GetChildElements()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Elements/Component/ComponentElementHierarchyInterface.h |
| Include | #include "Elements/Component/ComponentElementHierarchyInterface.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Elements/Component/ComponentElementHierarchyInterface.cpp |
virtual void GetChildElements
&40;
const FTypedElementHandle & InElementHandle,
TArray< FTypedElementHandle > & OutElementHandles,
const bool bAllowCreate
&41;
Remarks
Get the logical children of this element, if any. eg) An actor might return its component, or an ISM component might return its static mesh instances.
Appends to OutElementHandles.