GameProjectUtils::IsValidClassNameForCreation

Returns true if the specified class name is properly formed and does not conflict with another class

Windows
MacOS
Linux

References

Module

GameProjectGeneration

Header

/Engine/Source/Editor/GameProjectGeneration/Public/GameProjectUtils.h

Include

#include "GameProjectUtils.h"

Source

/Engine/Source/Editor/GameProjectGeneration/Private/GameProjectUtils.cpp

Syntax

static bool IsValidClassNameForCreation
(
    const FString & NewClassName,
    FText & OutFailReason
)

Remarks

Returns true if the specified class name is properly formed and does not conflict with another class

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