Navigation
API > API/Plugins > API/Plugins/DataValidation
| |
|
| Name |
EMaterialEditorValidationFeatureLevel |
| Type |
enum |
| Header File |
/Engine/Plugins/Editor/DataValidation/Source/DataValidation/Public/EditorValidator_Material.h |
| Include Path |
#include "EditorValidator_Material.h" |
Syntax
enum EMaterialEditorValidationFeatureLevel
{
CurrentMaxFeatureLevel = ERHIFeatureLevel::Num + 1,
ES3_1 = ERHIFeatureLevel::ES3_1,
SM5 = ERHIFeatureLevel::SM5,
SM6 = ERHIFeatureLevel::SM6,
}
Values
| Name |
Remarks |
| CurrentMaxFeatureLevel |
|
| ES3_1 |
|
| SM5 |
|
| SM6 |
|