Open 3D Engine Maestro 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.
TAnimTrack< KeyType > Member List

This is the complete list of members for TAnimTrack< KeyType >, including all inherited members.

add_ref() override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
AZ_CLASS_ALLOCATOR(TAnimTrack, AZ::SystemAllocator) (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >
AZ_RTTI((TAnimTrack, "{D6E0F0E3-8843-46F0-8484-7B6E130409AE}", KeyType), IAnimTrack) (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >
CheckValid() (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inlineprotected
CloneKey(int fromKey) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
CopyKey(IAnimTrack *pFromTrack, int nFromKey) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
CreateKey(float time) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
FindKey(float time) overrideTAnimTrack< KeyType >inline
GetActiveKey(float time, KeyType *key)TAnimTrack< KeyType >inline
GetCurveType() override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
GetExpanded() const override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
GetFlags() overrideTAnimTrack< KeyType >inline
GetId() const override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
GetKey(int index, IKey *key) const overrideTAnimTrack< KeyType >inline
GetKeyFlags(int index) overrideTAnimTrack< KeyType >inline
GetKeyTime(int index) const overrideTAnimTrack< KeyType >inline
GetKeyValueRange(float &fMin, float &fMax) const override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
GetNode() override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
GetNumKeys() const overrideTAnimTrack< KeyType >inline
GetParameterType() const override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
GetSubTrack(int nIndex) const override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
GetSubTrackCount() const override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
GetSubTrackName(int nIndex) const override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
GetValue(float time, float &value, bool applyMultiplier=false) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
GetValue(float time, Vec3 &value, bool applyMultiplier=false) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
GetValue(float time, Vec4 &value, bool applyMultiplier=false) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
GetValue(float time, Quat &value) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
GetValue(float time, bool &value) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
GetValue(float time, Maestro::AssetBlends< AZ::Data::AssetData > &value) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
GetValueType() override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
HasKeys() const overrideTAnimTrack< KeyType >inline
Invalidate() (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inlineprotected
IsKeySelected(int key) const override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
IsMasked(const uint32 mask) const overrideTAnimTrack< KeyType >inline
IsSortMarkerKey(unsigned int key) const override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
Keys typedef (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >protected
m_bModified (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >protected
m_currKey (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >protected
m_flags (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >protected
m_fMaxKeyValue (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >protected
m_fMinKeyValue (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >protected
m_id (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >protected
m_keys (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >protected
m_lastTime (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >protected
m_node (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >protected
m_nParamType (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >protected
m_refCount (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >protected
m_timeRange (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >protected
m_trackMultiplier (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >protected
OffsetKeyPosition(const Vec3 &value) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
Reflect(AZ::ReflectContext *context) (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inlinestatic
release() override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
RemoveKey(int num) overrideTAnimTrack< KeyType >inline
SelectKey(int key, bool select) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
Serialize(XmlNodeRef &xmlNode, bool bLoading, bool bLoadEmptyTracks=true) overrideTAnimTrack< KeyType >inline
SerializeKey(KeyType &key, XmlNodeRef &keyNode, bool bLoading)=0TAnimTrack< KeyType >pure virtual
SerializeSelection(XmlNodeRef &xmlNode, bool bLoading, bool bCopySelected=false, float fTimeOffset=0) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
SetExpanded(bool expanded) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
SetFlags(int flags) overrideTAnimTrack< KeyType >inline
SetId(unsigned int id) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
SetKey(int index, IKey *key) overrideTAnimTrack< KeyType >inline
SetKeyFlags(int index, int flags) overrideTAnimTrack< KeyType >inline
SetKeyTime(int index, float time) overrideTAnimTrack< KeyType >inline
SetKeyValueRange(float fMin, float fMax) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
SetMultiplier(float trackMultiplier) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
SetNode(IAnimNode *node) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
SetNumKeys(int numKeys) overrideTAnimTrack< KeyType >inline
SetParameterType(CAnimParamType type) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
SetSortMarkerKey(unsigned int key, bool enabled) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
SetSubTrackName(int nIndex, const char *name) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
SetTimeRange(const Range &timeRange) overrideTAnimTrack< KeyType >inline
SetValue(float time, const float &value, bool bDefault=false, bool applyMultiplier=false) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
SetValue(float time, const Vec3 &value, bool bDefault=false, bool applyMultiplier=false) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
SetValue(float time, const Vec4 &value, bool bDefault=false, bool applyMultiplier=false) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
SetValue(float time, const Quat &value, bool bDefault=false) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
SetValue(float time, const bool &value, bool bDefault=false) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
SetValue(float time, const Maestro::AssetBlends< AZ::Data::AssetData > &value, bool bDefault=false) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
SortKeys() overrideTAnimTrack< KeyType >inline
TAnimTrack() (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline
UpdateKeyDataAfterParentChanged(const AZ::Transform &oldParentWorldTM, const AZ::Transform &newParentWorldTM) override (defined in TAnimTrack< KeyType >)TAnimTrack< KeyType >inline