FNameEntrySerialized

This struct is only used during loading/saving and is not part of the runtime costs

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "UObject/NameTypes.h"

Syntax

struct FNameEntrySerialized

Remarks

This struct is only used during loading/saving and is not part of the runtime costs

Variables

Name Description

Public variable

union FNameEntr...

 

@523

Public variable

ANSICHAR[NAME_S...

 

AnsiName

Public variable

bool

 

bIsWide

Public variable

uint16

 

CasePreservingHash

Public variable

FNameEntryId

 

Index

Public variable

uint16

 

NonCasePreservingHash

These are not used anymore but recalculated on save to maintain serialization format.

Public variable

WIDECHAR[NAME_S...

 

WideName

Constructors

Name Description

Public function

FNameEntrySerialized

(
    const FNameEntry& NameEntry
)

Public function

FNameEntrySerialized

(
    enum ELinkerNameTableConstructor
)

Functions

Name Description

Public function Const

ANSICHAR con...

 

GetAnsiName()

Returns direct access to null-terminated name if narrow

Public function Const

FString

 

GetPlainNameString()

Returns FString of name portion minus number.

Public function Const

WIDECHAR con...

 

GetWideName()

Returns direct access to null-terminated name if wide

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