FSCSEditorTreeNode::RemoveChild

Removes the given node from the list of child nodes.

Windows
MacOS
Linux

Override Hierarchy

FSCSEditorTreeNode::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

Syntax

virtual void RemoveChild
(
    FSCSEditorTreeNodePtrType InChildNodePtr
)

Remarks

Removes the given node from the list of child nodes.

Parameters

Parameter

Description

InChildNodePtr

The child node to remove.

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