CommonLibSSE (Parapets fork)
Loading...
Searching...
No Matches
hkpWorldLinearCaster.h
Go to the documentation of this file.
1#pragma once
2
5#include "RE/H/hkpShapeType.h"
6
7namespace RE
8{
9 class hkpCdPointCollector;
10 class hkpCollidable;
11 class hkpCollidableCollidableFilter;
12 struct hkpLinearCastInput;
13
15 {
16 public:
17 inline static constexpr auto RTTI = RTTI_hkpWorldLinearCaster;
18
19 ~hkpWorldLinearCaster() override = default; // 00
20
21 // override (hkpBroadPhaseCastCollector)
22 float AddBroadPhaseHandle(const hkpBroadPhaseHandle* a_broadphaseHandle, std::int32_t a_castIndex) override; // 01
23
24 // members
26 const hkpCollidableCollidableFilter* filter; // 18
31 std::uint32_t pad3C; // 3C
33 };
34 static_assert(sizeof(hkpWorldLinearCaster) == 0xC0);
35}
Definition: hkpBroadPhaseCastCollector.h:8
Definition: hkpBroadPhaseHandle.h:6
Definition: hkpCdPointCollector.h:8
Definition: hkpCollidable.h:12
Definition: hkpWorldLinearCaster.h:15
const hkpCollidable * collidableA
Definition: hkpWorldLinearCaster.h:29
~hkpWorldLinearCaster() override=default
static constexpr auto RTTI
Definition: hkpWorldLinearCaster.h:17
const hkpCollidableCollidableFilter * filter
Definition: hkpWorldLinearCaster.h:26
hkpCdPointCollector * startPointCollector
Definition: hkpWorldLinearCaster.h:28
hkpCdPointCollector * castCollector
Definition: hkpWorldLinearCaster.h:27
hkpLinearCastCollisionInput shapeInput
Definition: hkpWorldLinearCaster.h:32
hkpShapeType typeA
Definition: hkpWorldLinearCaster.h:30
float AddBroadPhaseHandle(const hkpBroadPhaseHandle *a_broadphaseHandle, std::int32_t a_castIndex) override
const hkpLinearCastInput * input
Definition: hkpWorldLinearCaster.h:25
std::uint32_t pad3C
Definition: hkpWorldLinearCaster.h:31
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_hkpWorldLinearCaster
Definition: Offsets_RTTI.h:7798
hkpShapeType
Definition: hkpShapeType.h:6
Definition: hkpLinearCastCollisionInput.h:11
Definition: hkpLinearCastInput.h:8