Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveTool
- UMultiSelectionTool
- UMultiSelectionMeshEditingTool
- UAttributeEditorTool
References
| Module | MeshModelingToolsEditorOnlyExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/AttributeEditorTool.h |
| Include | #include "AttributeEditorTool.h" |
Syntax
UCLASS&40;&41;
class UAttributeEditorTool : public UMultiSelectionMeshEditingTool
Remarks
Mesh Attribute Editor Tool
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UAttributeEditorAttribProperties > | AttributeProps | ||
| bool | bAttributeListsValid | ||
| bool | bHaveAutoGeneratedLightmapUVSet | ||
| bool | bTargetIsStaticMesh | ||
| TObjectPtr< UAttributeEditorCopyAttributeActions > | CopyAttributeProps | ||
| TObjectPtr< UAttributeEditorLightmapUVActions > | LightmapUVActions | ||
| TObjectPtr< UAttributeEditorModifyAttributeActions > | ModifyAttributeProps | ||
| TObjectPtr< UAttributeEditorNewAttributeActions > | NewAttributeProps | ||
| TObjectPtr< UAttributeEditorNormalsActions > | NormalsActions | ||
| EAttributeEditorToolActions | PendingAction | ||
| TObjectPtr< UAttributeEditorUVActions > | UVActions |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddNewAttribute
(
EAttributeEditorElementType ElemType, |
||
| void | |||
| void | |||
| void | |||
| void | AddUVSet () |
||
| void | |||
| void | ClearNormals () |
||
| void | ClearUVs () |
||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | RequestAction
(
EAttributeEditorToolActions ActionType |
||
| void | |||
| void | SetLightmapUVsEnabled
(
bool bEnabled |
||
| void | UpdateAutoGeneratedLightmapUVChannel
(
UPrimitiveComponent* TargetComponent, |
Overridden from UMultiSelectionMeshEditingTool
| Type | Name | Description | |
|---|---|---|---|
| void | OnShutdown
(
EToolShutdownType ShutdownType |