CommonLibSSE NG
Loading...
Searching...
No Matches
BSAnimationGraphChannel.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace RE
7{
9 {
10 public:
11 inline static constexpr auto RTTI = RTTI_BSAnimationGraphChannel;
12
13 virtual ~BSAnimationGraphChannel(); // 00
14
15 // add
16 virtual void PollChannelUpdateImpl(bool a_arg1) = 0; // 01
17 virtual void ResetImpl() = 0; // 02
18
19 // members
20 std::uint32_t pad0C; // 0C
22 std::uint32_t value; // 18
23 std::uint32_t pad1C; // 1C
24 };
25 static_assert(sizeof(BSAnimationGraphChannel) == 0x20);
26}
Definition BSAnimationGraphChannel.h:9
virtual void ResetImpl()=0
static constexpr auto RTTI
Definition BSAnimationGraphChannel.h:11
const BSFixedString channelName
Definition BSAnimationGraphChannel.h:21
virtual void PollChannelUpdateImpl(bool a_arg1)=0
std::uint32_t pad1C
Definition BSAnimationGraphChannel.h:23
std::uint32_t value
Definition BSAnimationGraphChannel.h:22
std::uint32_t pad0C
Definition BSAnimationGraphChannel.h:20
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_BSAnimationGraphChannel(684935, 392672, 0x1edc830)
Definition BSIntrusiveRefCounted.h:8