Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/TargetInterfaces
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/TargetInterfaces/MeshTargetInterfaceTypes.h |
| Include | #include "TargetInterfaces/MeshTargetInterfaceTypes.h" |
Syntax
struct FGetMeshParameters
Remarks
FGetMeshParameters is used by ToolTarget Interfaces/Implementations that support returning a mesh, to allow clients to specify various options like a specific LOD of a mesh, which attributes are required, etc.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bHaveRequestLOD | If true, RequestLOD specifies which mesh LOD should be returned, if available. | |
| bool | bWantMeshTangents | If true, returned Mesh should have Tangents available. | |
| EMeshLODIdentifier | RequestLOD | Specify which LOD to fetch from a mesh-containing ToolTarget. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGetMeshParameters
(
bool bHaveRequestLOD, |