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