CommonLibVR
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 private:
23 };
24 static_assert(sizeof(hkbProjectData) == 0x30);
25}
#define KEEP_FOR_RE()
Definition PCH.h:517
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 std::array< REL::ID, 1 > VTABLE_hkbProjectData
Definition Offsets_VTABLE.h:14067
constexpr REL::ID RTTI_hkbProjectData(static_cast< std::uint64_t >(689774))