LeviLamina
Loading...
Searching...
No Matches
ShouldUpdateBoundingBoxRequestComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
ShouldUpdateBoundingBoxRequestComponent
{
6
public
:
7
// ShouldUpdateBoundingBoxRequestComponent inner types declare
8
// clang-format off
9
struct
UpdateFromDefinition
;
10
struct
UpdateFromValue
;
11
// clang-format on
12
13
// ShouldUpdateBoundingBoxRequestComponent inner types define
14
struct
UpdateFromDefinition
{};
15
16
struct
UpdateFromValue
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<4, 8>
mUnk5dc410;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
UpdateFromValue
& operator=(
UpdateFromValue
const
&);
26
UpdateFromValue
(
UpdateFromValue
const
&);
27
UpdateFromValue
();
28
};
29
30
public
:
31
// member variables
32
// NOLINTBEGIN
33
::ll::TypedStorage<
34
4,
35
12,
36
::std::variant<
37
::ShouldUpdateBoundingBoxRequestComponent::UpdateFromDefinition
,
38
::ShouldUpdateBoundingBoxRequestComponent::UpdateFromValue
>>
39
mUpdate;
40
// NOLINTEND
41
};
ShouldUpdateBoundingBoxRequestComponent::UpdateFromDefinition
Definition
ShouldUpdateBoundingBoxRequestComponent.h:14
ShouldUpdateBoundingBoxRequestComponent::UpdateFromValue
Definition
ShouldUpdateBoundingBoxRequestComponent.h:16
ShouldUpdateBoundingBoxRequestComponent
Definition
ShouldUpdateBoundingBoxRequestComponent.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
entity
components
ShouldUpdateBoundingBoxRequestComponent.h
Generated on Sat Apr 26 2025 05:55:35 for LeviLamina by
1.12.0