UUVIslandConformalUnwrapAction

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

UVEditorTools

Header

/Engine/Plugins/Experimental/UVEditor/Source/UVEditorTools/Public/UVIslandConformalUnwrapAction.h

Include

#include "UVIslandConformalUnwrapAction.h"

Syntax

UCLASS()
class UUVIslandConformalUnwrapAction : public UUVToolAction

Variables

Name Description

Protected variable

TArray< int32 >

 

ConcatenatedIslandTids

Protected variable

TSharedPtr< UE:...

 

CurrentSelection

Protected variable

TArray< int32 >

 

IslandStartIndices

Protected variable

int32

 

MaxIslandSize

Protected variable

int32

 

SelectionTargetIndex

Constructors

Functions

Name Description

Protected function

bool

 

GatherIslandTids()

Public function

void

 

SetSelection

(
    int32 SelectionTargetIndexIn,
    const UE::Geometry::FDynamicMeshSel...
)

Overridden from UUVToolAction

Name Description

Protected function Virtual

bool

 

ApplyAction

(
    UUVToolEmitChangeAPI& EmitChangeAP...
)

Protected function Virtual

bool

 

PreCheckAction()

Public function Virtual

void

 

SetWorld

(
    UWorld* WorldIn
)

Overridden from UInteractionMechanic

Name Description

Public function Virtual

void

 

Setup

(
    UInteractiveTool* ParentTool
)

Called to initialize the InteractionMechanic

Public function Virtual

void

 

Shutdown()

Called to clean up the InteractionMechanic