Navigation
API > API/Runtime > API/Runtime/Core
Fills string buffer with FName including number without forcing converting to wide character
| Name | FNameBufferWithNumber |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/TextFilterUtils.h |
| Include Path | #include "Misc/TextFilterUtils.h" |
Syntax
struct FNameBufferWithNumber
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Misc/TextFilterUtils.h | |||
FNameBufferWithNumber
(
const FName& Name |
Misc/TextFilterUtils.h | ||
FNameBufferWithNumber
(
const FNameEntry*const NameEntry, |
Misc/TextFilterUtils.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _AnsiName | ANSICHAR | Misc/TextFilterUtils.h | ||
| _WideName | WIDECHAR | Misc/TextFilterUtils.h | ||
| AnsiName | ANSICHAR | Misc/TextFilterUtils.h | ||
| WideName | WIDECHAR | Misc/TextFilterUtils.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsWide | bool | Misc/TextFilterUtils.h | ||
| FNameBufferWithNumber | union TextFilterUtils::FNameBufferWithNumber | Misc/TextFilterUtils.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ANSICHAR * GetAnsiNamePtr() |
Misc/TextFilterUtils.h | ||
int32 GetMaxBufferLength() |
Misc/TextFilterUtils.h | ||
WIDECHAR * GetWideNamePtr() |
Misc/TextFilterUtils.h | ||
| Misc/TextFilterUtils.h | |||
void Init
(
const FNameEntry*const NameEntry, |
Misc/TextFilterUtils.h | ||
bool IsWide() |
Misc/TextFilterUtils.h |