Navigation
Unreal Engine C++ API Reference > 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 EHostType
{
EHostType::Type EHostType::FromString
(
const TCHAR * Text
)
}
Remarks
Converts a string to a EHostType::Type value The corresponding value, or 'Max' if the string is not valid.
Parameters
Name | Description |
---|---|
The | string to convert to a value |