Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Bake tool property sets
| Name | EBakeNormalSpace |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/BakeMeshAttributeToolCommon.h |
| Include Path | #include "BakeMeshAttributeToolCommon.h" |
Syntax
enum EBakeNormalSpace
{
Tangent,
Object,
}
Values
| Name | Remarks |
|---|---|
| Tangent | Tangent space |
| Object | Object space |