Navigation
API > API/Runtime > API/Runtime/RHI
| Type | Name | Description | |
|---|---|---|---|
| bool | GetFeatureLevelFromName
(
const FString& Name, |
Finds a corresponding ERHIFeatureLevel::Type given a string, or returns false if one could not be found. | |
| bool | GetFeatureLevelFromName
(
FName Name, |
Finds a corresponding ERHIFeatureLevel::Type given an FName, or returns false if one could not be found. |