AndromedaSalvageText¶
Kind: namespace
Source: Source/Andromeda/Salvage/AndromedaSalvageText.h
Functions¶
| Member | Type | Summary |
|---|---|---|
GetPackageCategoryText |
FText |
Converts package categories to localized string-table text. |
GetHandlingSizeText |
FText |
Converts handling sizes to localized string-table text. |
GetHazardRatingText |
FText |
Converts hazard ratings to localized string-table text. |
GetPackageRequirementText |
FText |
Formats category, minimum size, and required/recommended state into localized package text. |
Members¶
GetPackageCategoryText¶
Converts package categories to localized string-table text.
Parameters:
| Name | Type | Description |
|---|---|---|
Category |
EAndromedaPackageCategory |
Package category value to display. |
Returns:
Localized category text, or explicit unknown-category text for unhandled values.
GetHandlingSizeText¶
Converts handling sizes to localized string-table text.
Parameters:
| Name | Type | Description |
|---|---|---|
Size |
EAndromedaHandlingSize |
Handling size value to display. |
Returns:
Localized size text, or explicit unknown-size text for unhandled values.
GetHazardRatingText¶
Converts hazard ratings to localized string-table text.
Parameters:
| Name | Type | Description |
|---|---|---|
HazardRating |
EAndromedaHazardRating |
Hazard rating value to display. |
Returns:
Localized hazard text, or explicit unknown-hazard text for unhandled values.
GetPackageRequirementText¶
FText AndromedaSalvageText::GetPackageRequirementText(const FAndromedaPackageRequirement &Requirement)
Formats category, minimum size, and required/recommended state into localized package text.
Handling notes are not appended here; callers that render full scanner or packager messages append notes with their own surrounding format.
Parameters:
| Name | Type | Description |
|---|---|---|
Requirement |
const FAndromedaPackageRequirement & |
Package requirement to format. |
Returns:
Localized package requirement summary.