Navigation
API > API/Plugins > API/Plugins/DataValidation
References
| |
|
| Module |
DataValidation |
| Header |
/Engine/Plugins/Editor/DataValidation/Source/DataValidation/Public/EditorValidator_Material.h |
| Include |
#include "EditorValidator_Material.h" |
Syntax
enum EMaterialEditorValidationFeatureLevel
{
CurrentMaxFeatureLevel = ERHIFeatureLevel::Num + 1 UMETA(DisplayName="Current Max Feature Level"),
ES3_1 = ERHIFeatureLevel::ES3_1 UMETA(DisplayName="ES3.1"),
SM5 = ERHIFeatureLevel::SM5,
SM6 = ERHIFeatureLevel::SM6,
}
Values
| Name |
Description |
| CurrentMaxFeatureLevel |
|
| ES3_1 |
|
| SM5 |
|
| SM6 |
|