FMinimalName

The minimum amount of data required to reconstruct a name This is smaller than [FName](API\Runtime\Core\UObject\FName), but you lose the case-preserving behavior

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "UObject/NameTypes.h"

Syntax

struct FMinimalName

Remarks

The minimum amount of data required to reconstruct a name This is smaller than FName, but you lose the case-preserving behavior

Variables

Name Description

Public variable

FNameEntryId

 

Index

Index into the Names array (used to find String portion of the string/number pair)

Public variable

int32

 

Number

Number portion of the string/number pair (stored internally as 1 more than actual, so zero'd memory will be the default, no-instance case)

Constructors

Name Description

Public function

FMinimalName()

Public function

FMinimalName

(
    EName N
)

Public function

FMinimalName

(
    FNameEntryId InIndex,
    int32 InNumber
)

Functions

Name Description

Public function Const

bool

 

IsNone()

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