Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | EBakeScaleMethod |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/BakeTransformTool.h |
| Include Path | #include "BakeTransformTool.h" |
Syntax
enum EBakeScaleMethod
{
BakeFullScale,
BakeNonuniformScale,
DoNotBakeScale,
}
Values
| Name | Remarks |
|---|---|
| BakeFullScale | Bake all scale information, so the component has scale of 1 on all axes |
| BakeNonuniformScale | Bake the non-uniform scale, so the component has a uniform scale |
| DoNotBakeScale | Do not bake any scaling |