USimpleConstructionScript::GenerateNewComponentName

Helper function for generating a name for a new node, DesiredName can be used to optionally request a name, ComponentClass is mandatory

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

FName GenerateNewComponentName
(
    const UClass * ComponentClass,
    FName DesiredName
) const

Remarks

Helper function for generating a name for a new node, DesiredName can be used to optionally request a name, ComponentClass is mandatory

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