Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveTool
- USingleSelectionTool
- USingleSelectionMeshEditingTool
- URecomputeUVsTool
References
Module | MeshModelingTools |
Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/RecomputeUVsTool.h |
Include | #include "RecomputeUVsTool.h" |
Syntax
UCLASS&40;&41;
class URecomputeUVsTool : public USingleSelectionMeshEditingTool
Remarks
URecomputeUVsTool Recomputes UVs based on existing segmentations of the mesh
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TSharedPtr< UE::Geometry::FPolygroupSet, ESPMode::ThreadSafe > | ActiveGroupSet | |
![]() ![]() |
bool | bCreateUVLayoutViewOnSetup | |
![]() |
TSharedPtr< UE::Geometry::FDynamicMesh3, ESPMode::ThreadSafe > | InputMesh | |
![]() ![]() |
TObjectPtr< UExistingMeshMaterialProperties > | MaterialSettings | |
![]() ![]() |
TObjectPtr< UPolygroupLayersProperties > | PolygroupLayerProperties | |
![]() ![]() |
TObjectPtr< UMeshOpPreviewWithBackgroundCompute > | Preview | |
![]() ![]() |
TObjectPtr< URecomputeUVsOpFactory > | RecomputeUVsOpFactory | |
![]() ![]() |
TObjectPtr< URecomputeUVsToolProperties > | Settings | |
![]() ![]() |
TObjectPtr< UMeshUVChannelProperties > | UVChannelProperties | |
![]() ![]() |
TObjectPtr< UUVLayoutPreview > | UVLayoutView |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
int32 | ||
![]() |
void | ||
![]() |
void | ||
![]() |
void |
Overridden from USingleSelectionMeshEditingTool
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | OnShutdown
(
EToolShutdownType ShutdownType |
Overridden from UInteractiveTool
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool | CanAccept () |
|
![]() ![]() ![]() |
bool | HasAccept () |
|
![]() ![]() ![]() |
bool | HasCancel () |
|
![]() ![]() |
void | OnPropertyModified
(
UObject* PropertySet, |
Automatically called by UInteractiveToolPropertySet.OnModified delegate to notify Tool of child property set changes |
![]() ![]() |
void | OnTick
(
float DeltaTime |
Allow the Tool to do any necessary processing on Tick |
![]() ![]() |
void | Render
(
IToolsContextRenderAPI* RenderAPI |
Allow the Tool to do any custom drawing (ie via PDI/RHI) |
![]() ![]() |
void | Setup () |
Called by ToolManager to initialize the Tool after ToolBuilder::BuildTool() has been called |