Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FSCSEditorTreeNode
- FSCSEditorTreeNode::RemoveChild()
- FSCSEditorTreeNodeActorBase::RemoveChild()
- FSCSEditorTreeNodeRootActor::RemoveChild()
- FSCSEditorTreeNodeRootActor::RemoveChild()
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include | #include "SSCSEditor.h" |
| Source | /Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp |
virtual void RemoveChild
&40;
FSCSEditorTreeNodePtrType InChildNodePtr
&41;
Remarks
Removes the given node from the list of child nodes.
Parameters
| Name | Description |
|---|---|
| InChildNodePtr | The child node to remove. |