Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
References
| |
|
| Module |
MeshModelingToolsExp |
| Header |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/BakeTransformTool.h |
| Include |
#include "BakeTransformTool.h" |
Syntax
enum EBakeScaleMethod
{
BakeFullScale,
BakeNonuniformScale,
DoNotBakeScale,
}
Values
| Name |
Description |
| 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 |