LeviLamina
Loading...
Searching...
No Matches
ActorDefinitionAttribute.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/FloatRange.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 32, ::std::string> name;
13 ::ll::TypedStorage<4, 4, float> min;
14 ::ll::TypedStorage<4, 4, float> max;
15 ::ll::TypedStorage<4, 8, ::FloatRange> value;
16 // NOLINTEND
17
18public:
19 // member functions
20 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // destructor thunk
26 // NOLINTBEGIN
27 MCNAPI void $dtor();
28 // NOLINTEND
29};
Definition ActorDefinitionAttribute.h:8