Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/ChildActorComponent.h |
| Include | #include "Components/ChildActorComponent.h" |
Syntax
enum EChildActorComponentTreeViewVisualizationMode
{
UMETA =(Hidden),
ComponentOnly,
ComponentWithChildActor,
ChildActorOnly,
Hidden,
}
Values
| Name | Description |
|---|---|
| UMETA | Use the editor's default setting. |
| ComponentOnly | Show only the outer component as a single component node. |
| ComponentWithChildActor | Include the child actor hierarchy attached to the outer component as the root node. |
| ChildActorOnly | Show only as a child actor hierarchy (i.e. do not show the outer component node as the root). |
| Hidden | Do not display the actor in the tree view. |