![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Typedefs | |
| typedef EBuildConfiguration | Type |
Functions | |
| EBuildConfiguration | FromString (const FString &Configuration) |
| const TCHAR * | ToString (EBuildConfiguration Configuration) |
| FText | ToText (EBuildConfiguration Configuration) |
| UE_DEPRECATED (4.24, "EBuildConfigurations::FromString() is deprecated. Use LexFromString() instead.") CORE_API EBuildConfiguration FromString(const FString &Configuration) | |
| UE_DEPRECATED (4.24, "EBuildConfigurations::ToString() is deprecated. Use LexToString() instead.") CORE_API const TCHAR *ToString(EBuildConfiguration Configuration) | |
| EBuildConfiguration EBuildConfigurations::FromString | ( | const FString & | Configuration | ) |
| const TCHAR * EBuildConfigurations::ToString | ( | EBuildConfiguration | Configuration | ) |
| CORE_API FText EBuildConfigurations::ToText | ( | EBuildConfiguration | Configuration | ) |
Returns the localized text representation of the specified EBuildConfiguration value.
| Configuration | The value to get the text for. |
| EBuildConfigurations::UE_DEPRECATED | ( | 4. | 24, |
| "EBuildConfigurations::FromString() is deprecated. Use LexFromString() instead." | |||
| ) | const & |
Returns the string representation of the specified EBuildConfiguration value.
| Configuration | The string to get the EBuildConfiguration for. |
| EBuildConfigurations::UE_DEPRECATED | ( | 4. | 24, |
| "EBuildConfigurations::ToString() is deprecated. Use LexToString() instead." | |||
| ) | const |
Returns the string representation of the specified EBuildConfiguration value.
| Configuration | The value to get the string for. |