Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- TSharedFromThis
- FSCSEditorTreeNode
- FSCSEditorTreeNodeActorBase
- FSCSEditorTreeNodeRootActor
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include | #include "SSCSEditor.h" |
Syntax
class FSCSEditorTreeNodeRootActor : public FSCSEditorTreeNodeActorBase
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSCSEditorTreeNodeRootActor
(
AActor* InActor, |
Overridden from FSCSEditorTreeNode
| Type | Name | Description | |
|---|---|---|---|
| void | AddChild
(
FSCSEditorTreeNodePtrType InChildNodePtr |
Adds the given node as a child node. | |
| bool | CanRename () |
||
| void | OnCompleteRename
(
const FText& InNewName |
Renames the object or variable represented by this node | |
| bool | RefreshFilteredState
(
const UClass* InFilterType, |
Refreshes this item's filtration state. Set bRecursive to 'true' to refresh any child nodes as well | |
| void | RemoveChild
(
FSCSEditorTreeNodePtrType InChildNodePtr |
Removes the given node from the list of child nodes. |