CommonLibVR
IAnimationSetCallbackFunctor.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
6  {
7  public:
8  inline static constexpr auto RTTI = RTTI_IAnimationSetCallbackFunctor;
9  inline static constexpr auto VTABLE = VTABLE_IAnimationSetCallbackFunctor;
10 
12 
13  // add
14  virtual void Unk_01(void); // 01
15  private:
16  KEEP_FOR_RE()
17  };
18  static_assert(sizeof(IAnimationSetCallbackFunctor) == 0x8);
19 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: IAnimationSetCallbackFunctor.h:6
static constexpr auto VTABLE
Definition: IAnimationSetCallbackFunctor.h:9
static constexpr auto RTTI
Definition: IAnimationSetCallbackFunctor.h:8
Definition: AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_IAnimationSetCallbackFunctor
Definition: Offsets_VTABLE.h:11762
constexpr REL::ID RTTI_IAnimationSetCallbackFunctor(static_cast< std::uint64_t >(686792))