Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FText
Description
Safely copies an FText from the open to a closed transaction. See AutoRTFM::Open().
| Name | AutoRTFMAssignFromOpenToClosed |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
| Include Path | #include "Internationalization/Text.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/Text.cpp |
static void AutoRTFMAssignFromOpenToClosed
(
FText & Closed,
const FText & Open
)