CommonLibSSE NG
Loading...
Searching...
No Matches
hkbProjectData.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/H/hkRefPtr.h"
5#include "RE/H/hkVector4.h"
6
7namespace RE
8{
9 class hkbProjectStringData;
10
12 {
13 public:
14 inline static constexpr auto RTTI = RTTI_hkbProjectData;
15 inline static constexpr auto VTABLE = VTABLE_hkbProjectData;
16
17 // members
20 std::uint8_t defaultEventNode; // 28 (hkEnum<hkbTransitionEffect::EventMode, hkInt8>)
21 };
22 static_assert(sizeof(hkbProjectData) == 0x30);
23}
Definition hkRefPtr.h:7
Definition hkReferencedObject.h:11
Definition hkVector4.h:9
Definition hkbProjectData.h:12
std::uint8_t defaultEventNode
Definition hkbProjectData.h:20
static constexpr auto RTTI
Definition hkbProjectData.h:14
static constexpr auto VTABLE
Definition hkbProjectData.h:15
hkRefPtr< hkbProjectStringData > stringData
Definition hkbProjectData.h:19
hkVector4 worldUpWS
Definition hkbProjectData.h:18
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_hkbProjectData(689774, 397629, 0x1f58568)
constexpr std::array< REL::VariantID, 1 > VTABLE_hkbProjectData
Definition Offsets_VTABLE.h:4926