USimpleConstructionScript::RemoveNode

Remove this node from the script

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 RemoveNode
(
    USCS_Node * Node,
    bool bValidateSceneRootNodes
)

Remarks

Remove this node from the script

Parameters

Parameter

Description

Node

The node to remove.

bValidateSceneRootNodes

Whether to validate scene root nodes after removing the node. Set to false if there are other operations that need to occur before validating.

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