FSCSEditorTreeNodeInstanceAddedComponent

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

FSCSEditorTreeNode

FSCSEditorTreeNodeComponentBase

FSCSEditorTreeNodeInstanceAddedComponent

References

Module

Kismet

Header

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

Include

#include "SSCSEditor.h"

Syntax

class FSCSEditorTreeNodeInstanceAddedComponent : public FSCSEditorTreeNodeComponentBase

Constructors

Name Description

Public function

FSCSEditorTreeNodeInstanceAddedComponent

(
    AActor* Owner,
    UActorComponent* InComponentTe...
)

Constructs a wrapper around a component template not contained within an SCS tree node (e.g. "native" components).

Overridden from FSCSEditorTreeNode

Name Description

Public function Virtual Const

bool

 

CanEdit()

Public function Virtual Const

FText

 

GetDisplayName()

Public function Virtual Const

FString

 

GetDisplayString()

Public function Virtual Const

FName

 

GetVariableName()

Public function Virtual Const

bool

 

IsDefaultSceneRoot()

Public function Virtual Const

bool

 

IsInstanced()

Public function Virtual Const

bool

 

IsRootComponent()

Public function Virtual Const

bool

 

IsUserInstancedComponent()

Public function Virtual

void

 

OnCompleteRename

(
    const FText& InNewName
)

Renames the object or variable represented by this node

Protected function Virtual

void

 

RemoveMeAsChild()

Called when this node is being removed via a RemoveChild call.

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