CommonLibSSE NG
hkaAnimatedReferenceFrame.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/H/hkQsTransform.h"
5 
6 namespace RE
7 {
9  {
10  public:
11  inline static constexpr auto RTTI = RTTI_hkaAnimatedReferenceFrame;
12  inline static constexpr auto VTABLE = VTABLE_hkaAnimatedReferenceFrame;
13 
14  // add
15  virtual void GetReferenceFrame(float a_time, hkQsTransform& a_motionOut) const = 0; // 03
16  virtual void GetDeltaReferenceFrame(float a_time, float a_nextTime, int a_loops, hkQsTransform& a_deltaMotionOut, float a_cropStartAmount, float a_cropEndAmount) const = 0; // 04
17  virtual float GetDuration() const = 0; // 05
18  };
19  static_assert(sizeof(hkaAnimatedReferenceFrame) == 0x10);
20 }
Definition: hkQsTransform.h:9
Definition: hkReferencedObject.h:11
Definition: hkaAnimatedReferenceFrame.h:9
virtual void GetDeltaReferenceFrame(float a_time, float a_nextTime, int a_loops, hkQsTransform &a_deltaMotionOut, float a_cropStartAmount, float a_cropEndAmount) const =0
static constexpr auto VTABLE
Definition: hkaAnimatedReferenceFrame.h:12
static constexpr auto RTTI
Definition: hkaAnimatedReferenceFrame.h:11
virtual void GetReferenceFrame(float a_time, hkQsTransform &a_motionOut) const =0
virtual float GetDuration() const =0
Definition: AbsorbEffect.h:6
constexpr REL::VariantID RTTI_hkaAnimatedReferenceFrame(690063, 397918, 0x1f5c7b8)
constexpr std::array< REL::VariantID, 1 > VTABLE_hkaAnimatedReferenceFrame
Definition: Offsets_VTABLE.h:5200