Navigation
API > API/Plugins > API/Plugins/MeshLODToolset
| |
|
| Name |
ULODManagerPreviewLODProperties |
| Type |
class |
| Header File |
/Engine/Plugins/Editor/MeshLODToolset/Source/MeshLODToolset/Public/Tools/LODManagerTool.h |
| Include Path |
#include "Tools/LODManagerTool.h" |
Syntax
UCLASS (MinimalAPI)
class ULODManagerPreviewLODProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bShowSeams |
bool |
Control whether mesh borders are displayed |
Tools/LODManagerTool.h |
- EditAnywhere
- DisplayName="Show Borders"
- Category=LODPreview
|
| LODNamesList |
TArray< FString > |
|
Tools/LODManagerTool.h |
- Meta=(TransientToolProperty)
|
| VisibleLOD |
FString |
LOD to visualise. |
Tools/LODManagerTool.h |
- EditAnywhere
- Category=LODPreview
- Meta=(DisplayName="Show LOD", NoResetToDefault, GetOptions=GetLODNamesFunc)
|
Functions
Public