EChildActorComponentTreeViewVisualizationMode

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/ChildActorComponent.h

Include

#include "Components/ChildActorComponent.h"

Syntax

enum EChildActorComponentTreeViewVisualizationMode
{
    UseDefault,
    ComponentOnly,
    ComponentWithChildActor,
    ChildActorOnly,
}

Values

Name

Description

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).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss