Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Baking
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Baking/BakingTypes.h |
| Include | #include "Baking/BakingTypes.h" |
Syntax
enum EBakeTextureSamplesPerPixel
{
Sample1 = 1 UMETA(DisplayName = "1"),
Sample4 = 4 UMETA(DisplayName = "4"),
Sample16 = 16 UMETA(DisplayName = "16"),
Sample64 = 64 UMETA(DisplayName = "64"),
Sample256 = 256 UMETA(DisplayName = "256"),
}
Values
| Name | Description |
|---|---|
| Sample1 | |
| Sample4 | |
| Sample16 | |
| Sample64 | |
| Sample256 |