Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
EChildActorComponentTreeViewVisualizationMode |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Components/ChildActorComponent.h |
| Include Path |
#include "Components/ChildActorComponent.h" |
Syntax
enum EChildActorComponentTreeViewVisualizationMode
{
UseDefault,
ComponentOnly,
ComponentWithChildActor,
ChildActorOnly,
Hidden,
}
Values
| Name |
Remarks |
| UseDefault |
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. |