Navigation
Unreal Engine C++ API Reference > Runtime > Core > Internationalization > FTextFormatString
Type | Name | Description | |
---|---|---|---|
![]() |
Construct an empty string | ||
![]() |
FTextFormatString
(
FString InStr |
Construct from the given string (steals the value) | |
![]() |
FTextFormatString
(
const TCHAR* InStr |
Construct from the given string (takes a copy, expected to be null terminated) | |
![]() |
FTextFormatString
(
const FTextFormatString& Other |
||
![]() |
FTextFormatString
(
FTextFormatString&& Other |
||
![]() |
FTextFormatString
(
const TCHAR* InStr, |
Construct from the given pointer and size (takes a sub-string reference, doesn't have to be null terminated) |