![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Enumerations | |
| enum | Type { EarliestPossible , PostConfigInit , PostSplashScreen , PreEarlyLoadingScreen , PreLoadingScreen , PreDefault , Default , PostDefault , PostEngineInit , None , Max } |
Functions | |
| PROJECTS_API ELoadingPhase::Type | FromString (const TCHAR *Text) |
| PROJECTS_API const TCHAR * | ToString (const ELoadingPhase::Type Value) |
Phase at which this module should be loaded during startup.
| ELoadingPhase::Type ELoadingPhase::FromString | ( | const TCHAR * | Text | ) |
Converts a string to a ELoadingPhase::Type value
| The | string to convert to a value |
| const TCHAR * ELoadingPhase::ToString | ( | const ELoadingPhase::Type | Value | ) |
Returns the name of a module load phase.
| The | value to convert to a string |