ERuntimeVirtualTextureAttributeType

Enumeration of all runtime virtual texture material attributes.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/VT/RuntimeVirtualTextureEnum.h

Include

#include "VT/RuntimeVirtualTextureEnum.h"

Syntax

enum ERuntimeVirtualTextureAttributeType
{
    BaseColor,
    Normal,
    Roughness,
    Specular,
    Mask,
    WorldHeight,
    Count,
}

Values

Name

Description

BaseColor

Normal

Roughness

Specular

Mask

WorldHeight

Count

Remarks

Enumeration of all runtime virtual texture material attributes. These can be combined to form full ERuntimeVirtualTextureMaterialType layouts.