Navigation
API > API/Plugins > API/Plugins/MeshLODToolset
Tool builder
| Name | UGenerateStaticMeshLODAssetToolBuilder |
| Type | class |
| Header File | /Engine/Plugins/Editor/MeshLODToolset/Source/MeshLODToolset/Public/Tools/GenerateStaticMeshLODAssetTool.h |
| Include Path | #include "Tools/GenerateStaticMeshLODAssetTool.h" |
Syntax
UCLASS (MinimalAPI)
class UGenerateStaticMeshLODAssetToolBuilder : public UMultiSelectionMeshEditingToolBuilder
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolBuilder → UInteractiveToolWithToolTargetsBuilder → UMultiSelectionMeshEditingToolBuilder → UGenerateStaticMeshLODAssetToolBuilder
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bInRestrictiveMode | bool | Tools/GenerateStaticMeshLODAssetTool.h | ||
| bUseAssetEditorMode | bool | Tools/GenerateStaticMeshLODAssetTool.h |
Functions
Public
Overridden from UMultiSelectionMeshEditingToolBuilder
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UMultiSelectionMeshEditingTool * CreateNewTool
(
const FToolBuilderState& SceneState |
Tools/GenerateStaticMeshLODAssetTool.h |
Overridden from UInteractiveToolBuilder
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanBuildTool
(
const FToolBuilderState& SceneState |
Tools/GenerateStaticMeshLODAssetTool.h |
Protected
Overridden from UInteractiveToolWithToolTargetsBuilder
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FToolTargetTypeRequirements & GetTargetRequirements() |
Tools/GenerateStaticMeshLODAssetTool.h |