FSCSEditorTreeNodeRootActor

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

FSCSEditorTreeNode

FSCSEditorTreeNodeRootActor

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/SSCSEditor.h

Include

#include "SSCSEditor.h"

Syntax

class FSCSEditorTreeNodeRootActor : public FSCSEditorTreeNode

Constructors

Name Description

Public function

FSCSEditorTreeNodeRootActor

(
    AActor* InActor,
    bool bInAllowRename
)

Functions

Name Description

Public function Const

const TArray...

 

GetComponentNodes()

Returns the set of root nodes

Public function Const

FSCSEditorTr...

 

GetSceneRootNode()

Public function

void

 

SetSceneRootNode

(
    FSCSEditorTreeNodePtrType NewSceneR...
)

Overridden from FSCSEditorTreeNode

Name Description

Public function Virtual

void

 

AddChild

(
    FSCSEditorTreeNodePtrType InChildNo...
)

Adds the given node as a child node.

Public function Virtual Const

bool

 

CanRename()

Public function Virtual Const

FName

 

GetNodeID()

Public function Virtual

void

 

OnCompleteRename

(
    const FText& InNewName
)

Renames the component

Public function Virtual

void

 

RemoveChild

(
    FSCSEditorTreeNodePtrType InChildNo...
)

Removes the given node from the list of child nodes.

Typedefs

Name

Description

Super

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