Navigation
API > API/Plugins > API/Plugins/HairModelingToolset
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveTool
- USingleSelectionTool
- USingleSelectionMeshEditingTool
- UGenerateLODMeshesTool
References
Module | HairModelingToolset |
Header | /Engine/Plugins/Experimental/HairModelingToolset/Source/HairModelingToolset/Public/GenerateLODMeshesTool.h |
Include | #include "GenerateLODMeshesTool.h" |
Syntax
UCLASS&40;&41;
class UGenerateLODMeshesTool : public USingleSelectionMeshEditingTool
Remarks
Simple Mesh Simplifying Tool
Overridden from USingleSelectionMeshEditingTool
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | OnShutdown
(
EToolShutdownType ShutdownType |
Overridden from UInteractiveTool
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool | CanAccept () |
|
![]() ![]() ![]() |
bool | HasAccept () |
|
![]() ![]() ![]() |
bool | HasCancel () |
|
![]() ![]() |
void | OnTick
(
float DeltaTime |
Allow the Tool to do any necessary processing on Tick |
![]() ![]() |
void | Render
(
IToolsContextRenderAPI* RenderAPI |
Allow the Tool to do any custom drawing (ie via PDI/RHI) |
![]() ![]() |
void | Setup () |
Called by ToolManager to initialize the Tool after ToolBuilder::BuildTool() has been called |