Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnly
Container for properties displayed in Details panel while using USkinWeightsPaintTool.
| Name | USkinWeightsPaintToolProperties |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Public/SkeletalMesh/SkinWeightsPaintTool.h |
| Include Path | #include "SkeletalMesh/SkinWeightsPaintTool.h" |
Syntax
UCLASS (MinimalAPI, Config=EditorSettings)
class USkinWeightsPaintToolProperties : public UBrushBaseProperties
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UBrushBaseProperties → USkinWeightsPaintToolProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UBrushBaseProperties → USkinWeightsPaintToolProperties
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
USkinWeightsPaintToolProperties() |
SkeletalMesh/SkinWeightsPaintTool.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActiveSkinWeightProfile | FName | SkeletalMesh/SkinWeightsPaintTool.h |
|
|
| AddStrength | float | SkeletalMesh/SkinWeightsPaintTool.h |
|
|
| AverageStrength | float | SkeletalMesh/SkinWeightsPaintTool.h |
|
|
| BrushConfigAdd | FSkinWeightBrushConfig | SkeletalMesh/SkinWeightsPaintTool.h |
|
|
| BrushConfigMultiply | FSkinWeightBrushConfig | SkeletalMesh/SkinWeightsPaintTool.h |
|
|
| BrushConfigRelax | FSkinWeightBrushConfig | SkeletalMesh/SkinWeightsPaintTool.h |
|
|
| BrushConfigReplace | FSkinWeightBrushConfig | SkeletalMesh/SkinWeightsPaintTool.h |
|
|
| BrushConfigs | TMap< EWeightEditOperation, FSkinWeightBrushConfig * > | SkeletalMesh/SkinWeightsPaintTool.h | ||
| BrushMode | EWeightEditOperation | Custom brush modes and falloff types | SkeletalMesh/SkinWeightsPaintTool.h |
|
| bShowNewProfileName | bool | New profile properties | SkeletalMesh/SkinWeightsPaintTool.h |
|
| ClampSelectValue | int32 | SkeletalMesh/SkinWeightsPaintTool.h |
|
|
| ClampValue | int32 | SkeletalMesh/SkinWeightsPaintTool.h |
|
|
| ColorMode | EWeightColorMode | Weight color properties | SkeletalMesh/SkinWeightsPaintTool.h |
|
| ColorRamp | TArray< FLinearColor > | SkeletalMesh/SkinWeightsPaintTool.h |
|
|
| ComponentSelectionMode | EComponentSelectionMode | Are we selecting vertices, edges or faces | SkeletalMesh/SkinWeightsPaintTool.h |
|
| DirectEditState | FDirectEditWeightState | The state of the direct weight editing tools (mode buttons + slider) | SkeletalMesh/SkinWeightsPaintTool.h | |
| EditCondition | SkeletalMesh/SkinWeightsPaintTool.h |
|
||
| EditingMode | EWeightEditMode | Brush vs selection modes | SkeletalMesh/SkinWeightsPaintTool.h |
|
| HideEditConditionToggle | SkeletalMesh/SkinWeightsPaintTool.h |
|
||
| MeshSelectMode | EMeshTransferOption | SkeletalMesh/SkinWeightsPaintTool.h |
|
|
| MirrorAxis | TEnumAsByte< EAxis::Type > | Weight editing arguments | SkeletalMesh/SkinWeightsPaintTool.h |
|
| MirrorDirection | EMirrorDirection | SkeletalMesh/SkinWeightsPaintTool.h |
|
|
| NewSkinWeightProfile | NoResetToDefault FName | SkeletalMesh/SkinWeightsPaintTool.h |
|
|
| PriorBrushMode | EWeightEditOperation | SkeletalMesh/SkinWeightsPaintTool.h |
|
|
| PruneValue | float | SkeletalMesh/SkinWeightsPaintTool.h |
|
|
| RelaxStrength | float | SkeletalMesh/SkinWeightsPaintTool.h |
|
|
| ReplaceValue | float | SkeletalMesh/SkinWeightsPaintTool.h |
|
|
| SourceLOD | FName | SkeletalMesh/SkinWeightsPaintTool.h |
|
|
| SourcePreviewOffset | FTransform | SkeletalMesh/SkinWeightsPaintTool.h |
|
|
| SourceSkeletalMesh | TWeakObjectPtr< USkeletalMesh > | Transfer | SkeletalMesh/SkinWeightsPaintTool.h |
|
| SourceSkinWeightProfile | FName | SkeletalMesh/SkinWeightsPaintTool.h |
|
|
| WeightTool | TObjectPtr< USkinWeightsPaintTool > | Pointer back to paint tool | SkeletalMesh/SkinWeightsPaintTool.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetActiveSkinWeightProfile() |
SkeletalMesh/SkinWeightsPaintTool.h | ||
FSkinWeightBrushConfig & GetBrushConfig() |
Save/restore user specified settings for each tool mode | SkeletalMesh/SkinWeightsPaintTool.h | |
void SetBrushMode
(
EWeightEditOperation InBrushMode |
SkeletalMesh/SkinWeightsPaintTool.h | ||
void SetColorMode
(
EWeightColorMode InColorMode |
SkeletalMesh/SkinWeightsPaintTool.h | ||
void SetComponentMode
(
EComponentSelectionMode InComponentMode |
SkeletalMesh/SkinWeightsPaintTool.h | ||
void SetFalloffMode
(
EWeightBrushFalloffMode InFalloffMode |
SkeletalMesh/SkinWeightsPaintTool.h |