CommonLibSSE (Parapets fork)
Loading...
Searching...
No Matches
IPostAnimationChannelUpdateFunctor.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
6 {
7 public:
8 inline static constexpr auto RTTI = RTTI_IPostAnimationChannelUpdateFunctor;
9
11
12 // add
13 virtual void Unk_01(void); // 01
14 };
15 static_assert(sizeof(IPostAnimationChannelUpdateFunctor) == 0x8);
16}
Definition: IPostAnimationChannelUpdateFunctor.h:6
virtual ~IPostAnimationChannelUpdateFunctor()
virtual void Unk_01(void)
static constexpr auto RTTI
Definition: IPostAnimationChannelUpdateFunctor.h:8
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_IPostAnimationChannelUpdateFunctor
Definition: Offsets_RTTI.h:5019