UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EHostType Namespace Reference

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 TCHARToString (const EHostType::Type Value)
 

Detailed Description

Environment that can load a module.

Enumeration Type Documentation

◆ Type

Enumerator
Runtime 
RuntimeNoCommandlet 
RuntimeAndProgram 
CookedOnly 
UncookedOnly 
Developer 
DeveloperTool 
Editor 
EditorNoCommandlet 
EditorAndProgram 
Program 
ServerOnly 
ClientOnly 
ClientOnlyNoCommandlet 
Max 

Function Documentation

◆ FromString()

EHostType::Type EHostType::FromString ( const TCHAR Text)

Converts a string to a EHostType::Type value

Parameters
Thestring to convert to a value
Returns
The corresponding value, or 'Max' if the string is not valid.

◆ ToString()

const TCHAR * EHostType::ToString ( const EHostType::Type  Value)

Converts an EHostType::Type value to a string literal

Parameters
Thevalue to convert to a string
Returns
The string representation of this enum value