CommonLibSSE (powerof3)
hkpCdBody.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/H/hkpShape.h"
4 
5 namespace RE
6 {
7  class hkpCdBody
8  {
9  public:
10  [[nodiscard]] const hkpShape* GetShape() const;
11 
12  // members
13  const hkpShape* shape; // 00
15  std::uint32_t pad0C; // 0C
16  const void* motion; // 10
17  const hkpCdBody* parent; // 18
18  };
19  static_assert(sizeof(hkpCdBody) == 0x20);
20 }
Definition: hkpCdBody.h:8
const void * motion
Definition: hkpCdBody.h:16
const hkpShape * GetShape() const
std::uint32_t pad0C
Definition: hkpCdBody.h:15
const hkpCdBody * parent
Definition: hkpCdBody.h:17
hkpShapeKey shapeKey
Definition: hkpCdBody.h:14
const hkpShape * shape
Definition: hkpCdBody.h:13
Definition: hkpShape.h:32
Definition: AbsorbEffect.h:6
std::uint32_t hkpShapeKey
Definition: hkpContactPointEvent.h:12