Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/UUVEditorChannelEditTool
Analytics
| Name | FActionHistoryItem |
| Type | struct |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/UVEditorLayerEditTool.h |
| Include Path | #include "UVEditorLayerEditTool.h" |
Syntax
struct FActionHistoryItem
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActionType | EChannelEditToolAction | UVEditorLayerEditTool.h | ||
| bDeleteActionWasActuallyClear | bool | UVEditorLayerEditTool.h | ||
| FirstOperandIndex | int32 | 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 | UVEditorLayerEditTool.h | |
| SecondOperandIndex | int32 | 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 | UVEditorLayerEditTool.h | |
| Timestamp | FDateTime | UVEditorLayerEditTool.h |