Navigation
API > API/Plugins > API/Plugins/DNACalibLib
SetLODsCommand is used to specify LODs to use. Joints, blend shapes, animated maps and meshes that are not in specified LODs are removed from the DNA.
| Name | SetLODsCommand |
| Type | class |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Public/dnacalib/commands/SetLODsCommand.h |
| Include Path | #include "dnacalib/commands/SetLODsCommand.h" |
Syntax
class SetLODsCommand : public dnac::Command
Inheritance Hierarchy
- Command → SetLODsCommand
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SetLODsCommand
(
MemoryResource* memRes |
dnacalib/commands/SetLODsCommand.h | ||
SetLODsCommand
(
const SetLODsCommand& |
dnacalib/commands/SetLODsCommand.h | ||
SetLODsCommand
(
SetLODsCommand&& |
dnacalib/commands/SetLODsCommand.h | ||
SetLODsCommand
(
ConstArrayView< std::uint16_t > lods, |
dnacalib/commands/SetLODsCommand.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~SetLODsCommand() |
dnacalib/commands/SetLODsCommand.h |
Interfaces
| Name | Remarks |
|---|---|
| Impl |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| pImpl | ScopedPtr< Impl > | dnacalib/commands/SetLODsCommand.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void setLODs
(
ConstArrayView< std::uint16_t > lods |
Method for setting the LODs to keep. | dnacalib/commands/SetLODsCommand.h |
Overridden from Command
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void run
(
DNACalibDNAReader* output |
dnacalib/commands/SetLODsCommand.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SetLODsCommand & operator=
(
const SetLODsCommand& |
dnacalib/commands/SetLODsCommand.h | ||
SetLODsCommand & operator=
(
SetLODsCommand&& |
dnacalib/commands/SetLODsCommand.h |