CommonLibSSE (powerof3)
hkpWorldRayCastInput.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/H/hkVector4.h"
4 
5 namespace RE
6 {
8  {
9  public:
10  // members
11  hkVector4 from; // 00
12  hkVector4 to; // 10
13  bool enableShapeCollectionFilter{ false }; // 20
14  std::uint32_t filterInfo{ 0 }; // 24
15  };
16  static_assert(sizeof(hkpWorldRayCastInput) == 0x30);
17 }
Definition: hkVector4.h:9
Definition: AbsorbEffect.h:6
Definition: hkpWorldRayCastInput.h:8
std::uint32_t filterInfo
Definition: hkpWorldRayCastInput.h:14
hkVector4 to
Definition: hkpWorldRayCastInput.h:12
bool enableShapeCollectionFilter
Definition: hkpWorldRayCastInput.h:13
hkVector4 from
Definition: hkpWorldRayCastInput.h:11