Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UBakeTransformToolProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/BakeTransformTool.h |
| Include | #include "BakeTransformTool.h" |
Syntax
UCLASS&40;&41;
class UBakeTransformToolProperties : public UInteractiveToolPropertySet
Remarks
Standard properties
Variables
| Type | Name | Description | |
|---|---|---|---|
| EBakeScaleMethod | BakeScale | Bake scale | |
| bool | bAllowNoScale | This variable is used to enable/disable the "DoNotBakeScale" option in the BakeScale enum It is marked as visible only so that the FBakeTransformToolDetails can read it; it will be hidden by that DetailCustomization | |
| bool | bApplyToAllLODs | If checked, the baked transform will be applied to all available LODs. | |
| bool | bBakeRotation | Bake rotation | |
| bool | bRecenterPivot | Recenter pivot after baking transform |
Constructors
| Type | Name | Description | |
|---|---|---|---|