AndromedaText¶
Kind: namespace
Source: Source/Andromeda/Core/AndromedaText.h
Functions¶
| Member | Type | Summary |
|---|---|---|
Get |
FText |
Returns localized text from the project string table using the supplied key. |
Members¶
Get¶
Returns localized text from the project string table using the supplied key.
Parameters:
| Name | Type | Description |
|---|---|---|
Key |
const TCHAR * |
String-table key to resolve from ST_AndromedaText. |
Returns:
Localized text associated with Key.