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

Inherits EMotionFX::ParameterMixinActorId, and EMotionFX::ParameterMixinJointName.

Inherited by EMotionFX::CommandAdjustJointLimit.

Public Member Functions

 AZ_RTTI (ParameterMixinActorIdJointName, "{D9569517-8AE0-4CDA-8DE9-1B20E6A4A267}")
 
 ParameterMixinActorIdJointName (AZ::u32 actorId, const AZStd::string &jointName)
 
- Public Member Functions inherited from EMotionFX::ParameterMixinActorId
 ParameterMixinActorId (AZ::u32 actorId)
 
void InitSyntax (MCore::CommandSyntax &syntax, bool isParameterRequired=true)
 
bool SetCommandParameters (const MCore::CommandLine &parameters)
 
void SetActorId (AZ::u32 actorId)
 
AZ::u32 GetActorId () const
 
ActorGetActor (const MCore::Command *command, AZStd::string &outResult) const
 
- Public Member Functions inherited from EMotionFX::ParameterMixinJointName
 ParameterMixinJointName (const AZStd::string &jointName)
 
void InitSyntax (MCore::CommandSyntax &syntax, bool isParameterRequired=true)
 
bool SetCommandParameters (const MCore::CommandLine &parameters)
 
void SetJointName (const AZStd::string &jointName)
 
const AZStd::string & GetJointName () const
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 
- Static Public Member Functions inherited from EMotionFX::ParameterMixinActorId
static void Reflect (AZ::ReflectContext *context)
 
- Static Public Member Functions inherited from EMotionFX::ParameterMixinJointName
static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

 AZ_CLASS_ALLOCATOR_DECL
 

Additional Inherited Members

- Static Public Attributes inherited from EMotionFX::ParameterMixinActorId
static const char * s_actorIdParameterName = "actorId"
 
- Static Public Attributes inherited from EMotionFX::ParameterMixinJointName
static const char * s_jointNameParameterName = "jointName"
 
- Protected Attributes inherited from EMotionFX::ParameterMixinActorId
AZ::u32 m_actorId = MCORE_INVALIDINDEX32
 
- Protected Attributes inherited from EMotionFX::ParameterMixinJointName
AZStd::string m_jointName
 

The documentation for this class was generated from the following file: