USimpleConstructionScript::RemoveNodeAndPromoteChildren

Remove this node from the script and if it's the root, promote its first child to replace it

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/SimpleConstructionScript.h

Include

#include "Engine/SimpleConstructionScript.h"

Source

/Engine/Source/Runtime/Engine/Private/SimpleConstructionScript.cpp

Syntax

void RemoveNodeAndPromoteChildren
(
    USCS_Node * Node
)

Remarks

Remove this node from the script and if it's the root, promote its first child to replace it

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