![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Enumerations | |
| enum | Type : int { Runtime , RuntimeNoCommandlet , RuntimeAndProgram , CookedOnly , UncookedOnly , Developer , DeveloperTool , Editor , EditorNoCommandlet , EditorAndProgram , Program , ServerOnly , ClientOnly , ClientOnlyNoCommandlet , Max } |
Functions | |
| PROJECTS_API EHostType::Type | FromString (const TCHAR *Text) |
| PROJECTS_API const TCHAR * | ToString (const EHostType::Type Value) |
Environment that can load a module.
| enum EHostType::Type : int |
| EHostType::Type EHostType::FromString | ( | const TCHAR * | Text | ) |
Converts a string to a EHostType::Type value
| The | string to convert to a value |
| const TCHAR * EHostType::ToString | ( | const EHostType::Type | Value | ) |
Converts an EHostType::Type value to a string literal
| The | value to convert to a string |