IsValidClassNameForCreation

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

bool

 

IsValidClassNameForCreation

(
    const FString& NewClassName,
    FText& OutFailReason
)

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

Public function Static

bool

 

IsValidClassNameForCreation

(
    const FString& NewClassName,
    const FModuleContextInfo& ModuleIn...,
    const TSet< FString >& DisallowedH...,
    FText& OutFailReason
)

Returns true if the specified class name is properly formed and does not conflict with another class, including source/header files

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