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