Files
FNGameProj/Source/FortniteUI/Private/FortDisplayAttribute.cpp
2024-01-21 00:41:14 +01:00

11 lines
334 B
C++

#include "FortDisplayAttribute.h"
FFortDisplayAttribute::FFortDisplayAttribute() {
this->NumericValue = 0.00f;
this->DisplayType = EFortStatValueDisplayType::BasicPaired;
this->BuffState = EFortBuffState::NoChange;
this->ClampState = EFortClampState::NoClamp;
this->ComparisonType = EFortComparisonType::None;
}