CommonLibSSE (powerof3)
Loading...
Searching...
No Matches
hkpRayCollidableFilter.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
5 class hkpCollidable;
6
7 struct hkpWorldRayCastInput;
8
10 {
11 public:
12 inline static constexpr auto RTTI = RTTI_hkpRayCollidableFilter;
13
14 virtual ~hkpRayCollidableFilter(); // 00
15
16 // add
17 virtual bool IsCollisionEnabled(const hkpWorldRayCastInput& a_input, const hkpCollidable& a_collidable) const = 0; // 01
18 };
19 static_assert(sizeof(hkpRayCollidableFilter) == 0x08);
20}
Definition: hkpCollidable.h:13
Definition: hkpRayCollidableFilter.h:10
virtual bool IsCollisionEnabled(const hkpWorldRayCastInput &a_input, const hkpCollidable &a_collidable) const =0
static constexpr auto RTTI
Definition: hkpRayCollidableFilter.h:12
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_hkpRayCollidableFilter(static_cast< std::uint64_t >(689817))
Definition: hkpWorldRayCastInput.h:8