Navigation
API > API/Plugins > API/Plugins/ModelingOperators
Can be hooked up to a UMeshOpPreviewWithBackgroundCompute to perform UV solving operations.
Inherits from UObject so that it can hold a strong pointer to the settings UObject, which needs to be a UObject to be displayed in the details panel.
| Name | URecomputeUVsOpFactory |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/ParameterizationOps/RecomputeUVsOp.h |
| Include Path | #include "ParameterizationOps/RecomputeUVsOp.h" |
Syntax
UCLASS (MinimalAPI)
class URecomputeUVsOpFactory :
public UObject ,
public UE::Geometry::IDynamicMeshOperatorFactory
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → URecomputeUVsOpFactory
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GetSelectedUVChannel | TUniqueFunction< int32()> | ParameterizationOps/RecomputeUVsOp.h | ||
| InputGroups | TSharedPtr< UE::Geometry::FPolygroupSet, ESPMode::ThreadSafe > | ParameterizationOps/RecomputeUVsOp.h | ||
| OriginalMesh | TSharedPtr< UE::Geometry::FDynamicMesh3, ESPMode::ThreadSafe > | ParameterizationOps/RecomputeUVsOp.h | ||
| Selection | TOptional< TSet< int32 > > | ParameterizationOps/RecomputeUVsOp.h | ||
| Settings | TObjectPtr< URecomputeUVsToolProperties > | ParameterizationOps/RecomputeUVsOp.h | ||
| TargetTransform | UE::Geometry::FTransformSRT3d | ParameterizationOps/RecomputeUVsOp.h |
Functions
Public
Overridden from IDynamicMeshOperatorFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TUniquePtr< UE::Geometry::FDynamicMeshOperator > MakeNewOperator() |
IDynamicMeshOperatorFactory API. | ParameterizationOps/RecomputeUVsOp.h |