Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
Inheritance Hierarchy
- UObject
- IInputBehaviorSource
- UInteractiveTool
- UMultiSelectionTool
- UMultiSelectionMeshEditingTool
- UAttributeEditorTool
References
| Module | MeshModelingToolsEditorOnlyExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/AttributeEditorTool.h |
| Include | #include "AttributeEditorTool.h" |
Syntax
UCLASS ()
class UAttributeEditorTool :
public UMultiSelectionMeshEditingTool ,
public IInteractiveToolManageGeometrySelectionAPI
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 |
Overridden from UInteractiveTool
| Type | Name | Description | |
|---|---|---|---|
| bool | CanAccept () |
||
| bool | HasAccept () |
||
| bool | HasCancel () |
||
| void | OnTick
(
float DeltaTime |
Allow the Tool to do any necessary processing on Tick | |
| void | Setup () |
Called by ToolManager to initialize the Tool after ToolBuilder::BuildTool() has been called |
Overridden from IInteractiveToolManageGeometrySelectionAPI
| Type | Name | Description | |
|---|---|---|---|
| bool | IInteractiveToolManageGeometrySelectionAPI this tool won't update external geometry selection or change selection-relevant mesh IDs. |