Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTextFormatString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FTextFormatString MakeReference
(
const TCHAR* InStr |
Construct from the given string (takes a reference, expected to be null terminated) | Internationalization/ITextFormatArgumentModifier.h | |
static FTextFormatString MakeReference
(
const TCHAR* InStr, |
Construct from the given pointer and size (takes a sub-string reference, doesn't have to be null terminated) | Internationalization/ITextFormatArgumentModifier.h |
MakeReference(const TCHAR *)
Description
Construct from the given string (takes a reference, expected to be null terminated)
| Name | MakeReference |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/ITextFormatArgumentModifier.h |
| Include Path | #include "Internationalization/ITextFormatArgumentModifier.h" |
static FTextFormatString MakeReference
(
const TCHAR * InStr
)
MakeReference(const TCHAR *, const int32)
Description
Construct from the given pointer and size (takes a sub-string reference, doesn't have to be null terminated)
| Name | MakeReference |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/ITextFormatArgumentModifier.h |
| Include Path | #include "Internationalization/ITextFormatArgumentModifier.h" |
static FTextFormatString MakeReference
(
const TCHAR * InStr,
const int32 InLen
)