Navigation
API > API/Plugins > API/Plugins/MeshLODToolset > API/Plugins/MeshLODToolset/Tools
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UGenerateStaticMeshLODAssetToolPresetProperties
References
| Module | MeshLODToolset |
| Header | /Engine/Plugins/Editor/MeshLODToolset/Source/MeshLODToolset/Public/Tools/GenerateStaticMeshLODAssetTool.h |
| Include | #include "Tools/GenerateStaticMeshLODAssetTool.h" |
Syntax
UCLASS ()
class UGenerateStaticMeshLODAssetToolPresetProperties : public UInteractiveToolPropertySet
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< UGenerateStaticMeshLODAssetTool > | ParentTool | ||
| TWeakObjectPtr< UStaticMeshLODGenerationSettings > | Preset | Preset Asset represents a set of Saved Settings for this Tool |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
UGenerateStaticMeshLODAssetTool* ParentToolIn |
||
| void | PostAction
(
EGenerateLODAssetToolPresetAction Action |
||
| void | Read the current Tool settings from the Preset Asset | ||
| void | Save the current Tool settings to the Preset Asset |