21 ::ll::TypedStorage<4, 4, float> mCurrentValue;
22 ::ll::TypedStorage<4, 4, float> mMinValue;
23 ::ll::TypedStorage<4, 4, float> mMaxValue;
24 ::ll::TypedStorage<4, 4, float> mDefaultValue;
25 ::ll::TypedStorage<4, 4, float> mDefaultMinValue;
26 ::ll::TypedStorage<4, 4, float> mDefaultMaxValue;
27 ::ll::TypedStorage<8, 48, ::HashedString> mName;
28 ::ll::TypedStorage<8, 24, ::std::vector<::AttributeModifier>> mModifiers;
33 AttributeData& operator=(AttributeData
const&);
39 MCAPI AttributeData(::AttributeData
const&);
47 MCAPI ~AttributeData();
53 MCAPI
void* $ctor(::AttributeData
const&);