CommonLibSSE NG
hkpProperty.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
6  {
7  std::uint64_t data; // 0
8  };
9  static_assert(sizeof(hkpPropertyValue) == 0x8);
10 
12  {
13  public:
14  std::uint32_t key; // 00
15  std::uint32_t alignmentPadding; // 04
17  };
18  static_assert(sizeof(hkpProperty) == 0x10);
19 }
Definition: hkpProperty.h:12
std::uint32_t key
Definition: hkpProperty.h:14
hkpPropertyValue value
Definition: hkpProperty.h:16
std::uint32_t alignmentPadding
Definition: hkpProperty.h:15
Definition: AbsorbEffect.h:6
Definition: hkpProperty.h:6
std::uint64_t data
Definition: hkpProperty.h:7