Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Standard properties
| Name | UBakeTransformToolProperties |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/BakeTransformTool.h |
| Include Path | #include "BakeTransformTool.h" |
Syntax
UCLASS (MinimalAPI)
class UBakeTransformToolProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UBakeTransformToolProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UBakeTransformToolProperties
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UBakeTransformToolProperties() |
BakeTransformTool.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BakeScale | EBakeScaleMethod | Bake scale | BakeTransformTool.h |
|
| bAllowNoScale | bool | 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 | BakeTransformTool.h |
|
| bApplyToAllLODs | bool | If checked, the baked transform will be applied to all available LODs. | BakeTransformTool.h |
|
| bBakeRotation | bool | Bake rotation | BakeTransformTool.h |
|
| bRecenterPivot | bool | Recenter pivot after baking transform | BakeTransformTool.h |
|