CommonLibSSE NG
Loading...
Searching...
No Matches
hkpLinearCastCollisionInput.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/H/hkVector4.h"
5
6namespace RE
7{
8 struct hkpCollisionAgentConfig;
9
11 {
12 public:
13 // members
16 float cachedPathLength; // 74
17 hkpCollisionAgentConfig* config; // 78
18 };
19 static_assert(sizeof(hkpLinearCastCollisionInput) == 0x80);
20}
Definition hkVector4.h:9
Definition AbsorbEffect.h:6
Definition hkpCollisionInput.h:13
Definition hkpLinearCastCollisionInput.h:11
hkpCollisionAgentConfig * config
Definition hkpLinearCastCollisionInput.h:17
hkVector4 path
Definition hkpLinearCastCollisionInput.h:14
float cachedPathLength
Definition hkpLinearCastCollisionInput.h:16
float maxExtraPenetration
Definition hkpLinearCastCollisionInput.h:15