CommonLibVR
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  private:
19  KEEP_FOR_RE()
20  };
21  static_assert(sizeof(hkaAnimatedReferenceFrame) == 0x10);
22 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
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 std::array< REL::ID, 1 > VTABLE_hkaAnimatedReferenceFrame
Definition: Offsets_VTABLE.h:13916
constexpr REL::ID RTTI_hkaAnimatedReferenceFrame(static_cast< std::uint64_t >(690063))