EFindName

Enumeration for finding name.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/UObject/NameTypes.h

Include

#include "UObject/NameTypes.h"

Syntax

enum EFindName
{
    FNAME_Find,
    FNAME_Add,
    FNAME_Replace_Not_Safe_For_Threading,
}

Values

Name

Description

FNAME_Find

Find a name; return 0 if it doesn't exist.

FNAME_Add

Find a name or add it if it doesn't exist.

FNAME_Replace_Not_Safe_For_Threading

Finds a name and replaces it.

Remarks

Enumeration for finding name.

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