Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UActorComponent
Description
Get the logical child elements of this component, if any.
Derived Overrides
| Name | GetComponentChildElements |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ActorComponent.h |
| Include Path | #include "Components/ActorComponent.h" |
virtual void GetComponentChildElements
(
TArray < FTypedElementHandle > & OutElementHandles,
const bool bAllowCreate
)
See Also
- UTypedElementHierarchyInterface.