Navigation
API > API/Plugins > API/Plugins/DNACalibLib
RemoveMeshCommand is used to remove meshes.
| Name | RemoveMeshCommand |
| Type | class |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Public/dnacalib/commands/RemoveMeshCommand.h |
| Include Path | #include "dnacalib/commands/RemoveMeshCommand.h" |
Syntax
class RemoveMeshCommand : public dnac::Command
Inheritance Hierarchy
- Command → RemoveMeshCommand
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RemoveMeshCommand
(
MemoryResource* memRes |
dnacalib/commands/RemoveMeshCommand.h | ||
RemoveMeshCommand
(
const RemoveMeshCommand& |
dnacalib/commands/RemoveMeshCommand.h | ||
| dnacalib/commands/RemoveMeshCommand.h | |||
RemoveMeshCommand
(
std::uint16_t meshIndex, |
dnacalib/commands/RemoveMeshCommand.h | ||
RemoveMeshCommand
(
ConstArrayView< std::uint16_t > meshIndices, |
dnacalib/commands/RemoveMeshCommand.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~RemoveMeshCommand() |
dnacalib/commands/RemoveMeshCommand.h |
Interfaces
| Name | Remarks |
|---|---|
| Impl |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| pImpl | ScopedPtr< Impl > | dnacalib/commands/RemoveMeshCommand.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void setMeshIndex
(
std::uint16_t meshIndex |
Method for setting the index of the mesh to remove. | dnacalib/commands/RemoveMeshCommand.h | |
void setMeshIndices
(
ConstArrayView< std::uint16_t > meshIndices |
Method for setting the indices of meshes to remove. | dnacalib/commands/RemoveMeshCommand.h |
Overridden from Command
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void run
(
DNACalibDNAReader* output |
dnacalib/commands/RemoveMeshCommand.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RemoveMeshCommand & operator=
(
const RemoveMeshCommand& |
dnacalib/commands/RemoveMeshCommand.h | ||
| dnacalib/commands/RemoveMeshCommand.h |