Navigation
API > API/Plugins > API/Plugins/UVEditorTools
| Name | UUVSeamSewAction |
| Type | class |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Actions/UVSeamSewAction.h |
| Include Path | #include "Actions/UVSeamSewAction.h" |
Syntax
UCLASS ()
class UUVSeamSewAction : public UUVToolAction
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UUVToolAction → UUVSeamSewAction
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FDynamicMesh3 | UE::Geometry::FDynamicMesh3 | Actions/UVSeamSewAction.h |
Functions
Public
Overridden from UUVToolAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanExecuteAction() |
Actions/UVSeamSewAction.h | ||
virtual bool ExecuteAction() |
Actions/UVSeamSewAction.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 FindSewEdgeOppositePairing
(
const FDynamicMesh3& UnwrapMesh, |
Actions/UVSeamSewAction.h |