Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTextFormatString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Construct an empty string | Internationalization/ITextFormatArgumentModifier.h | ||
FTextFormatString
(
FString InStr |
Construct from the given string (steals the value) | Internationalization/ITextFormatArgumentModifier.h | |
FTextFormatString
(
const TCHAR* InStr |
Construct from the given string (takes a copy, expected to be null terminated) | Internationalization/ITextFormatArgumentModifier.h | |
FTextFormatString
(
const FTextFormatString& Other |
Internationalization/ITextFormatArgumentModifier.h | ||
FTextFormatString
(
FTextFormatString&& Other |
Internationalization/ITextFormatArgumentModifier.h | ||
FTextFormatString
(
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 |
FTextFormatString()
Description
Construct an empty string
| Name | FTextFormatString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/ITextFormatArgumentModifier.h |
| Include Path | #include "Internationalization/ITextFormatArgumentModifier.h" |
FTextFormatString()
FTextFormatString(FString)
Description
Construct from the given string (steals the value)
| Name | FTextFormatString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/ITextFormatArgumentModifier.h |
| Include Path | #include "Internationalization/ITextFormatArgumentModifier.h" |
FTextFormatString
(
FString InStr
)
FTextFormatString(const TCHAR *)
Description
Construct from the given string (takes a copy, expected to be null terminated)
| Name | FTextFormatString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/ITextFormatArgumentModifier.h |
| Include Path | #include "Internationalization/ITextFormatArgumentModifier.h" |
FTextFormatString
(
const TCHAR * InStr
)
FTextFormatString(const FTextFormatString &)
| Name | FTextFormatString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/ITextFormatArgumentModifier.h |
| Include Path | #include "Internationalization/ITextFormatArgumentModifier.h" |
FTextFormatString
(
const FTextFormatString & Other
)
FTextFormatString(FTextFormatString &&)
| Name | FTextFormatString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/ITextFormatArgumentModifier.h |
| Include Path | #include "Internationalization/ITextFormatArgumentModifier.h" |
FTextFormatString
(
FTextFormatString && Other
)
FTextFormatString(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 | FTextFormatString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/ITextFormatArgumentModifier.h |
| Include Path | #include "Internationalization/ITextFormatArgumentModifier.h" |
FTextFormatString
(
const TCHAR * InStr,
const int32 InLen
)