Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc
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
Type | Name | Description | |
---|---|---|---|
![]() |
ANSICHAR[NAME_SIZE] | _AnsiName | |
![]() |
WIDECHAR[NAME_SIZE] | _WideName | |
![]() |
ANSICHAR[NAME_WITH_NUMBER_SIZE] | AnsiName | |
![]() |
WIDECHAR[NAME_WITH_NUMBER_SIZE] | WideName |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FNameBufferWithNumber
(
const FName& Name |
||
![]() |
FNameBufferWithNumber
(
const FNameEntry*const NameEntry, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
ANSICHAR * | ||
![]() |
int32 | ||
![]() |
WIDECHAR * | ||
![]() |
void | ||
![]() |
void | Init
(
const FNameEntry*const NameEntry, |
|
![]() ![]() |
bool | IsWide () |