FNameBufferWithNumber

Fills string buffer with [FName](API\Runtime\Core\UObject\FName) including number without forcing converting to wide character

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/TextFilterUtils.h

Include

#include "Misc/TextFilterUtils.h"

Syntax

struct FNameBufferWithNumber

Remarks

Fills string buffer with FName including number without forcing converting to wide character

Variables

Name Description

Public variable

ANSICHAR[NAME_S...

 

_AnsiName

Public variable

WIDECHAR[NAME_S...

 

_WideName

Public variable

ANSICHAR[NAME_W...

 

AnsiName

Public variable

WIDECHAR[NAME_W...

 

WideName

Constructors

Name Description

Public function

FNameBufferWithNumber()

Public function

FNameBufferWithNumber

(
    const FName& Name
)

Public function

FNameBufferWithNumber

(
    const FNameEntry*const NameEnt...,
    int32 NumberInternal
)

Functions

Name Description

Public function

ANSICHAR ...

 

GetAnsiNamePtr()

Public function

int32

 

GetMaxBufferLength()

Public function

WIDECHAR ...

 

GetWideNamePtr()

Public function

void

 

Init

(
    const FName& Name
)

Public function

void

 

Init

(
    const FNameEntry*const NameEnt...,
    int32 NumberInternal
)

Public function Const

bool

 

IsWide()

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