Navigation
API > API/Runtime > API/Runtime/BuildPatchServices
References
| Module | BuildPatchServices |
| Header | /Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchFeatureLevel.h |
| Include | #include "BuildPatchFeatureLevel.h" |
| Source | /Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchFeatureLevel.cpp |
namespace BuildPatchServices
{
bool BuildPatchServices::FeatureLevelFromString
(
const TCHAR * FeatureLevelString,
EFeatureLevel & FeatureLevel
)
}
Remarks
Parses the provided string into the relevant EFeatureLevel value, if it matches. true if successfully parsed.
Parameters
| Name | Description |
|---|---|
| FeatureLevelString | The string to try parse. |
| FeatureLevel | Receives the enum value if successful. |