Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | UConvertMeshesTool |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/ConvertMeshesTool.h |
| Include Path | #include "ConvertMeshesTool.h" |
Syntax
UCLASS (MinimalAPI)
class UConvertMeshesTool :
public UInteractiveTool ,
public IInteractiveToolExclusiveToolAPI
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → UConvertMeshesTool
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BasicProperties | TObjectPtr< UConvertMeshesToolProperties > | ConvertMeshesTool.h | ||
| OutputTypeProperties | TObjectPtr< UCreateMeshObjectTypeProperties > | ConvertMeshesTool.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Inputs | TArray< TWeakObjectPtr< UPrimitiveComponent > > | ConvertMeshesTool.h | ||
| TargetLOD | EMeshLODIdentifier | ConvertMeshesTool.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitializeInputs
(
TArray< TWeakObjectPtr< UPrimitiveComponent > >&& InInputs |
ConvertMeshesTool.h | ||
void SetTargetLOD
(
EMeshLODIdentifier LOD |
ConvertMeshesTool.h |
Overridden from UInteractiveTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanAccept() |
ConvertMeshesTool.h | ||
virtual bool HasAccept() |
ConvertMeshesTool.h | ||
virtual bool HasCancel() |
ConvertMeshesTool.h | ||
virtual void Setup() |
ConvertMeshesTool.h | ||
virtual void Shutdown
(
EToolShutdownType ShutdownType |
ConvertMeshesTool.h |