Navigation
API > API/Plugins > API/Plugins/UVEditorTools
| Name | UUVToolAction |
| Type | class |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Actions/UVToolAction.h |
| Include Path | #include "Actions/UVToolAction.h" |
Syntax
UCLASS (MinimalAPI)
class UUVToolAction : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UUVToolAction
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanExecuteAction() |
Actions/UVToolAction.h | ||
virtual bool ExecuteAction() |
Actions/UVToolAction.h | ||
virtual void Setup
(
UInteractiveToolManager* ToolManager |
Actions/UVToolAction.h | ||
virtual void Shutdown() |
Actions/UVToolAction.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UInteractiveToolManager * GetToolManager() |
Actions/UVToolAction.h |