Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/UUVEditorChannelEditTool
References
| Module | UVEditorTools |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/UVEditorLayerEditTool.h |
| Include | #include "UVEditorLayerEditTool.h" |
Syntax
struct FActionHistoryItem
Remarks
Analytics
Variables
| Type | Name | Description | |
|---|---|---|---|
| EChannelEditToolAction | ActionType | ||
| bool | bDeleteActionWasActuallyClear | ||
| int32 | FirstOperandIndex | If ActionType == Add then FirstOperandIndex is the index of the added UV layer if ActionType == Delete then FirstOperandIndex is the index of the deleted UV layer if ActionType == Copy then FirstOperandIndex is the index of the source UV layer | |
| int32 | SecondOperandIndex | If ActionType == Add then SecondOperandIndex is unused if ActionType == Delete then SecondOperandIndex is unused if ActionType == Copy then SecondOperandIndex is the index of the target UV layer | |
| FDateTime | Timestamp |