|
AZ_RTTI(CommandAdjustTransitionCondition, "{D46E1922-FB4E-4FDD-8196-5980585ABE14}", MCore::Command, EMotionFX::ParameterMixinConditionIndex, EMotionFX::ParameterMixinAttributesString) AZ_CLASS_ALLOCATOR_DECL CommandAdjustTransitionCondition(MCore | CommandAdjustTransitionCondition (AZ::u32 animGraphId, EMotionFX::AnimGraphConnectionId transitionId, size_t conditionIndex, const AZStd::string &attributesString, Command *orgCommand=nullptr) |
|
bool | Execute (const MCore::CommandLine ¶meters, AZStd::string &outResult) override |
|
bool | Undo (const MCore::CommandLine ¶meters, AZStd::string &outResult) override |
|
bool | GetIsUndoable () const override |
|
const char * | GetHistoryName () const override |
|
const char * | GetDescription () const override |
|
MCore::Command * | Create () override |
|
void | InitSyntax () override |
|
bool | SetCommandParameters (const MCore::CommandLine ¶meters) override |
|
Public Member Functions inherited from MCore::Command |
| Command (AZStd::string commandName, Command *originalCommand) |
|
virtual | ~Command () |
|
virtual bool | Execute (const CommandLine ¶meters, AZStd::string &outResult)=0 |
|
virtual bool | Undo (const CommandLine ¶meters, AZStd::string &outResult) |
|
virtual Command * | Create ()=0 |
|
virtual bool | GetIsUndoable () const |
|
virtual void | InitSyntax () |
|
virtual bool | SetCommandParameters (const CommandLine ¶meters) |
|
virtual const char * | GetDescription () const |
|
virtual const char * | GetHistoryName () const |
|
const char * | GetName () const |
|
const AZStd::string & | GetNameString () const |
|
MCORE_INLINE CommandSyntax & | GetSyntax () |
|
size_t | GetNumCallbacks () const |
|
size_t | CalcNumPreCommandCallbacks () const |
|
size_t | CalcNumPostCommandCallbacks () const |
|
MCORE_INLINE Command::Callback * | GetCallback (size_t index) |
|
void | AddCallback (Command::Callback *callback) |
|
bool | CheckIfHasCallback (Command::Callback *callback) const |
|
void | RemoveCallback (Command::Callback *callback, bool delFromMem=true) |
|
void | RemoveAllCallbacks () |
|
void | SetOriginalCommand (Command *orgCommand) |
|
MCORE_INLINE Command * | GetOriginalCommand () |
|
template<class T > |
void | ExecuteParameter (AZStd::optional< T > &oldParameter, AZStd::optional< T > ¶meter, T &value) |
|
void | InitSyntax (MCore::CommandSyntax &syntax, bool isParameterRequired=true) |
|
bool | SetCommandParameters (const MCore::CommandLine ¶meters) |
|
void | SetConditionIndex (size_t index) |
|
AZStd::optional< size_t > | GetConditionIndex () const |
|
AnimGraphTransitionCondition * | GetCondition (const AnimGraph *animGraph, const AnimGraphStateTransition *transition, AZStd::string &outResult) const |
|
AnimGraphTransitionCondition * | GetCondition (AZStd::string &outResult) const |
|
void | InitSyntax (MCore::CommandSyntax &syntax, bool isParameterRequired=true) |
|
bool | SetCommandParameters (const MCore::CommandLine ¶meters) |
|
void | SetTransitionId (AnimGraphConnectionId transitionId) |
|
AnimGraphConnectionId | GetTransitionId () const |
|
AnimGraphStateTransition * | GetTransition (const AnimGraph *animGraph, AZStd::string &outResult) const |
|
AnimGraphStateTransition * | GetTransition (AZStd::string &outResult) const |
|
| ParameterMixinAnimGraphId (AZ::u32 id) |
|
void | InitSyntax (MCore::CommandSyntax &syntax, bool isParameterRequired=true) |
|
bool | SetCommandParameters (const MCore::CommandLine ¶meters) |
|
void | SetAnimGraphId (AZ::u32 animGraphId) |
|
AZ::u32 | GetAnimGraphId () const |
|
AnimGraph * | GetAnimGraph (AZStd::string &outResult) const |
|
void | InitSyntax (MCore::CommandSyntax &syntax, bool isParameterRequired=true) |
|
bool | SetCommandParameters (const MCore::CommandLine ¶meters) |
|
void | SetAttributesString (const AZStd::optional< AZStd::string > &attributesString) |
|
const AZStd::optional< AZStd::string > & | GetAttributesString () const |
|