Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Internationalization > API/Runtime/Core/Internationalization/FTextStringHelper
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
| Include | #include "Internationalization/Text.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/Text.cpp |
static void WriteToBuffer
(
FString & Buffer,
const FText & Value,
const bool bRequiresQuotes,
const bool bStripPackageNamespace
)
Remarks
Write the given FText instance to a stream of text
Parameters
| Name | Description |
|---|---|
| Buffer | The buffer of text to write to. |
| Value | The text value to write into the buffer. |
| bRequiresQuotes | True if the written text literal must be surrounded by quotes (eg, when saving as a delimited list) |
| bStripPackageNamespace | True to strip the package namespace from the written NSLOCTEXT value (eg, when saving cooked data) |