USimpleConstructionScript::CreateNode

Creates a new SCS node using the given class to create the component template

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

USCS_Node * CreateNode
(
    class UClass * NewComponentClass,
    FName NewComponentVariableName
)

Remarks

Creates a new SCS node using the given class to create the component template

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