CommonLibSSE (powerof3)
hkpRootCdPoint.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/H/hkContactPoint.h"
4 #include "RE/H/hkpShape.h"
5 
6 namespace RE
7 {
8  class hkpCollidable;
9 
11  {
15  std::uint32_t pad2C; // 2C
18  std::uint32_t pad3C; // 3C
19  };
20  static_assert(sizeof(hkpRootCdPoint) == 0x40);
21 }
Definition: hkContactPoint.h:8
Definition: hkpCollidable.h:13
Definition: AbsorbEffect.h:6
std::uint32_t hkpShapeKey
Definition: hkpContactPointEvent.h:12
Definition: hkpRootCdPoint.h:11
hkContactPoint contact
Definition: hkpRootCdPoint.h:12
std::uint32_t pad3C
Definition: hkpRootCdPoint.h:18
std::uint32_t pad2C
Definition: hkpRootCdPoint.h:15
const hkpCollidable * rootCollidableA
Definition: hkpRootCdPoint.h:13
hkpShapeKey shapeKeyA
Definition: hkpRootCdPoint.h:14
const hkpCollidable * rootCollidableB
Definition: hkpRootCdPoint.h:16
hkpShapeKey shapeKeyB
Definition: hkpRootCdPoint.h:17