Navigation
API > API/Runtime > API/Runtime/Core > API/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, |