Ark Server API (ASA) - Wiki
|
#include <Text.h>
Public Member Functions | |
FTextSnapshot () | |
FTextSnapshot (const FText &InText) | |
bool | IdenticalTo (const FText &InText) const |
bool | IsDisplayStringEqualTo (const FText &InText) const |
Static Private Member Functions | |
static uint16 | GetGlobalHistoryRevisionForText (const FText &InText) |
static uint16 | GetLocalHistoryRevisionForText (const FText &InText) |
Private Attributes | |
TSharedPtr< ITextData, ESPMode::ThreadSafe > | TextDataPtr |
FTextConstDisplayStringPtr | LocalizedStringPtr |
uint16 | GlobalHistoryRevision = 0 |
uint16 | LocalHistoryRevision = 0 |
uint32 | Flags = 0 |
A snapshot of an FText at a point in time that can be used to detect changes in the FText, including live-culture changes
FTextSnapshot::FTextSnapshot | ( | ) |
Get adjusted global history revision used for comparison
Get adjusted local history revision used for comparison
Check to see whether the given text is identical to the text this snapshot was made from
Check to see whether the display string of the given text is identical to the display string this snapshot was made from
|
private |
|
private |
|
private |
|
private |
|
private |