Navigation
API > API/Runtime > API/Runtime/Projects
References
| Module | Projects |
| Header | /Engine/Source/Runtime/Projects/Public/ModuleDescriptor.h |
| Include | #include "ModuleDescriptor.h" |
| Source | /Engine/Source/Runtime/Projects/Private/ModuleDescriptor.cpp |
namespace ELoadingPhase
{
ELoadingPhase::Type ELoadingPhase::FromString
(
const TCHAR * Text
)
}
Remarks
Converts a string to a ELoadingPhase::Type value The corresponding value, or 'Max' if the string is not valid.
Parameters
| Name | Description |
|---|---|
| The | string to convert to a value |