Navigation
API > API/Plugins > API/Plugins/DNACalibLib > API/Plugins/DNACalibLib/RemoveMeshCommand
| Name | Impl |
| Type | class |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Private/dnacalib/commands/RemoveMeshCommand.cpp |
| Include Path | #include "dnacalib/commands/RemoveMeshCommand.cpp" |
Syntax
class Impl : public dnac::CommandImplBase< Impl >
Inheritance Hierarchy
- dnac::CommandImplBase< Impl > → RemoveMeshCommand::Impl
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Impl
(
MemoryResource* memRes_ |
Typedefs
| Name | Type | Remarks | Include Path | | --- | --- | --- | --- |Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers | | --- | --- | --- | --- | --- |Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void run
(
DNACalibDNAReaderImpl* output |
|||
void setMeshIndex
(
std::uint16t meshIndex |
|||
void setMeshIndices
(
ConstArrayView< std::uint16t > meshIndices |