EMaterialBakeMethod

Enum to define different types of baking materials

Unreal Engine C++ API Reference > Developer > MaterialBaking

References

   
Module MaterialBaking
Header /Engine/Source/Developer/MaterialBaking/Public/MaterialOptions.h
Include #include "MaterialOptions.h"

Syntax

enum EMaterialBakeMethod  
{  
    IndividualMaterial,  
    AtlasMaterial,  
    BinnedMaterial,  
}  

Values

Name Description
IndividualMaterial  
AtlasMaterial  
BinnedMaterial  

Remarks

Enum to define different types of baking materials


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library