Navigation
API > API/Editor > API/Editor/Kismet
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
| Type | Name | Description | |
|---|---|---|---|
FSCSEditorTreeNodeInstanceAddedComponent
(
AActor* Owner, |
Constructs a wrapper around a component template not contained within an SCS tree node (e.g. "native" components). |
Overridden from FSCSEditorTreeNode
| Type | Name | Description | |
|---|---|---|---|
| bool | CanEdit () |
||
| FText | |||
| FString | |||
| FName | |||
| bool | |||
| bool | IsInstanced () |
||
| bool | |||
| bool | |||
| void | OnCompleteRename
(
const FText& InNewName |
Renames the object or variable represented by this node | |
| void | Called when this node is being removed via a RemoveChild call. |