Navigation
API > API/Plugins > API/Plugins/DNACalibLib
The calculation is done based on vertex positions of the specified mesh and vertex texture coordinates of its lower LOD meshes.
| Name | CalculateMeshLowerLODsCommand |
| Type | class |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Public/dnacalib/commands/CalculateMeshLowerLODsCommand.h |
| Include Path | #include "dnacalib/commands/CalculateMeshLowerLODsCommand.h" |
Syntax
class CalculateMeshLowerLODsCommand : public dnac::Command
Inheritance Hierarchy
- Command → CalculateMeshLowerLODsCommand
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CalculateMeshLowerLODsCommand
(
MemoryResource* memRes |
dnacalib/commands/CalculateMeshLowerLODsCommand.h | ||
| dnacalib/commands/CalculateMeshLowerLODsCommand.h | |||
| dnacalib/commands/CalculateMeshLowerLODsCommand.h | |||
CalculateMeshLowerLODsCommand
(
std::uint16_t meshIndex, |
dnacalib/commands/CalculateMeshLowerLODsCommand.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~CalculateMeshLowerLODsCommand() |
dnacalib/commands/CalculateMeshLowerLODsCommand.h |
Interfaces
| Name | Remarks |
|---|---|
| Impl |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| pImpl | ScopedPtr< Impl > | dnacalib/commands/CalculateMeshLowerLODsCommand.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void setMeshIndex
(
std::uint16_t meshIndex |
Method for setting the index of the mesh to calculate lower LOD meshes from. | dnacalib/commands/CalculateMeshLowerLODsCommand.h |
Overridden from Command
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void run
(
DNACalibDNAReader* output |
dnacalib/commands/CalculateMeshLowerLODsCommand.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| dnacalib/commands/CalculateMeshLowerLODsCommand.h | |||
| dnacalib/commands/CalculateMeshLowerLODsCommand.h |