IsUniqueObjectName

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

IsUniqueObjectName

(
    const FName& InName,
    UObject* Outer,
    FText* InReason
)

Takes an FName and checks to see that it is unique among all loaded objects.

Public function

bool

 

IsUniqueObjectName

(
    const FName& InName,
    UObject* Outer,
    FText& InReason
)

Takes an FName and checks to see that it is unique among all loaded objects.

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