CommonLibSSE NG
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 inline static constexpr auto VTABLE = VTABLE_hkpWorldLinearCaster;
19
20 ~hkpWorldLinearCaster() override = default; // 00
21
22 // override (hkpBroadPhaseCastCollector)
23 float AddBroadPhaseHandle(const hkpBroadPhaseHandle* a_broadphaseHandle, std::int32_t a_castIndex) override; // 01
24
25 // members
32 std::uint32_t pad3C; // 3C
34 };
35 static_assert(sizeof(hkpWorldLinearCaster) == 0xC0);
36}
Definition hkpBroadPhaseCastCollector.h:8
Definition hkpBroadPhaseHandle.h:6
Definition hkpCdPointCollector.h:8
Definition hkpCollidableCollidableFilter.h:8
Definition hkpCollidable.h:13
Definition hkpWorldLinearCaster.h:15
const hkpCollidable * collidableA
Definition hkpWorldLinearCaster.h:30
~hkpWorldLinearCaster() override=default
static constexpr auto RTTI
Definition hkpWorldLinearCaster.h:17
const hkpCollidableCollidableFilter * filter
Definition hkpWorldLinearCaster.h:27
hkpCdPointCollector * startPointCollector
Definition hkpWorldLinearCaster.h:29
static constexpr auto VTABLE
Definition hkpWorldLinearCaster.h:18
hkpCdPointCollector * castCollector
Definition hkpWorldLinearCaster.h:28
hkpLinearCastCollisionInput shapeInput
Definition hkpWorldLinearCaster.h:33
hkpShapeType typeA
Definition hkpWorldLinearCaster.h:31
float AddBroadPhaseHandle(const hkpBroadPhaseHandle *a_broadphaseHandle, std::int32_t a_castIndex) override
const hkpLinearCastInput * input
Definition hkpWorldLinearCaster.h:26
std::uint32_t pad3C
Definition hkpWorldLinearCaster.h:32
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_hkpWorldLinearCaster(689904, 397759, 0x1f59e20)
constexpr std::array< REL::VariantID, 1 > VTABLE_hkpWorldLinearCaster
Definition Offsets_VTABLE.h:5056
hkpShapeType
Definition hkpShapeType.h:6
Definition hkpLinearCastCollisionInput.h:11
Definition hkpLinearCastInput.h:8