Open 3D Engine EMotionFX Gem API Reference  23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
MCore::Command Member List

This is the complete list of members for MCore::Command, including all inherited members.

AddCallback(Command::Callback *callback)MCore::Command
CalcNumPostCommandCallbacks() const MCore::Command
CalcNumPreCommandCallbacks() const MCore::Command
CheckIfHasCallback(Command::Callback *callback) const MCore::Command
Command(AZStd::string commandName, Command *originalCommand)MCore::Command
Create()=0MCore::Commandpure virtual
Execute(const CommandLine &parameters, AZStd::string &outResult)=0MCore::Commandpure virtual
ExecuteParameter(AZStd::optional< T > &oldParameter, AZStd::optional< T > &parameter, T &value) (defined in MCore::Command)MCore::Commandinline
GetCallback(size_t index)MCore::Commandinline
GetDescription() const MCore::Commandinlinevirtual
GetHistoryName() const MCore::Commandinlinevirtual
GetIsUndoable() const MCore::Commandvirtual
GetName() const MCore::Command
GetNameString() const MCore::Command
GetNumCallbacks() const MCore::Command
GetOriginalCommand()MCore::Commandinline
GetSyntax()MCore::Commandinline
InitSyntax()MCore::Commandvirtual
Reflect(AZ::ReflectContext *context) (defined in MCore::Command)MCore::Commandstatic
RemoveAllCallbacks()MCore::Command
RemoveCallback(Command::Callback *callback, bool delFromMem=true)MCore::Command
SetCommandParameters(const CommandLine &parameters) (defined in MCore::Command)MCore::Commandinlinevirtual
SetOriginalCommand(Command *orgCommand) (defined in MCore::Command)MCore::Commandinline
Undo(const CommandLine &parameters, AZStd::string &outResult)MCore::Commandinlinevirtual
~Command()MCore::Commandvirtual