Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- TSharedFromThis
- FSCSEditorTreeNode
- FSCSEditorTreeNodeActorBase
- FSCSEditorTreeNodeChildActor
- FSCSEditorTreeNodeRootActor
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include | #include "SSCSEditor.h" |
Syntax
class FSCSEditorTreeNodeActorBase : public FSCSEditorTreeNode
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSCSEditorTreeNodeActorBase
(
FSCSEditorTreeNode::ENodeType InNodeType, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TArray< FSCSEditorTreeNodePtrType > & | Returns the set of root nodes | ||
| FSCSEditorTreeNodePtrType | GetOwnerNode () |
||
| FSCSEditorTreeNodePtrType | |||
| void | SetOwnerNode
(
FSCSEditorTreeNodePtrType NewOwnerNode |
||
| void | SetSceneRootNode
(
FSCSEditorTreeNodePtrType NewSceneRootNode |
Overridden from FSCSEditorTreeNode
| Type | Name | Description | |
|---|---|---|---|
| void | AddChild
(
FSCSEditorTreeNodePtrType InChildNodePtr |
Adds the given node as a child node. | |
| bool | CanEdit () |
||
| UBlueprint * | GetBlueprint () |
||
| FName | GetNodeID () |
||
| bool | IsInstanced () |
||
| void | RemoveChild
(
FSCSEditorTreeNodePtrType InChildNodePtr |
Removes the given node from the list of child nodes. |
Typedefs
| Name | Description |
|---|---|
| Super |