CommonLibSSE NG
hkbAnimationBindingSet.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/H/hkArray.h"
5 
6 namespace RE
7 {
8  template <class T>
9  class hkRefPtr;
10 
11  class hkbAnimationBindingWithTriggers;
12  class hkbAssetBundle;
13 
15  {
16  public:
17  inline static constexpr auto RTTI = RTTI_hkbAnimationBindingSet;
18  inline static constexpr auto VTABLE = VTABLE_hkbAnimationBindingSet;
19 
20  // members
23  };
24  static_assert(sizeof(hkbAnimationBindingSet) == 0x30);
25 }
Definition: hkReferencedObject.h:11
Definition: hkbAnimationBindingSet.h:15
static constexpr auto VTABLE
Definition: hkbAnimationBindingSet.h:18
hkArray< hkbAnimationBindingWithTriggers * > bindings
Definition: hkbAnimationBindingSet.h:21
hkArray< hkRefPtr< hkbAssetBundle > > assetBundles
Definition: hkbAnimationBindingSet.h:22
static constexpr auto RTTI
Definition: hkbAnimationBindingSet.h:17
Definition: AbsorbEffect.h:6
hkRefPtr(T *) -> hkRefPtr< T >
constexpr REL::VariantID RTTI_hkbAnimationBindingSet(689640, 397495, 0x1f56a30)
constexpr std::array< REL::VariantID, 1 > VTABLE_hkbAnimationBindingSet
Definition: Offsets_VTABLE.h:4792