mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 12:03:27 +00:00
15 lines
454 B
C++
15 lines
454 B
C++
#include "HUDLayoutDataEntry.h"
|
|
|
|
FHUDLayoutDataEntry::FHUDLayoutDataEntry() {
|
|
this->ZOrder = 0;
|
|
this->BuildVisibility = EBacchusHUDStateType::DoNothing;
|
|
this->CombatVisibility = EBacchusHUDStateType::DoNothing;
|
|
this->EditVisibility = EBacchusHUDStateType::DoNothing;
|
|
this->CreativeVisibility = EBacchusHUDStateType::DoNothing;
|
|
this->Property_0 = 1;
|
|
this->Property_1 = 1;
|
|
this->Property_2 = 1;
|
|
this->Property_3 = 1;
|
|
}
|
|
|