CommonLibVR
hkbBehaviorGraphStringData.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_hkbBehaviorGraphStringData;
9  inline static constexpr auto VTABLE = VTABLE_hkbBehaviorGraphStringData;
10 
11  virtual ~hkbBehaviorGraphStringData() = default; // 00
12 
13  // members
18  private:
19  KEEP_FOR_RE()
20  };
21  static_assert(sizeof(hkbBehaviorGraphStringData) == 0x50);
22 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: hkArray.h:190
Definition: hkReferencedObject.h:11
Definition: hkbBehaviorGraphStringData.h:6
hkArray< hkStringPtr > eventNames
Definition: hkbBehaviorGraphStringData.h:14
static constexpr auto RTTI
Definition: hkbBehaviorGraphStringData.h:8
hkArray< hkStringPtr > attributeNames
Definition: hkbBehaviorGraphStringData.h:15
hkArray< hkStringPtr > characterPropertyNames
Definition: hkbBehaviorGraphStringData.h:17
hkArray< hkStringPtr > variableNames
Definition: hkbBehaviorGraphStringData.h:16
static constexpr auto VTABLE
Definition: hkbBehaviorGraphStringData.h:9
virtual ~hkbBehaviorGraphStringData()=default
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_hkbBehaviorGraphStringData(static_cast< std::uint64_t >(689670))
constexpr std::array< REL::ID, 1 > VTABLE_hkbBehaviorGraphStringData
Definition: Offsets_VTABLE.h:13955