mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-03 04:23:31 +00:00
12 lines
322 B
C++
12 lines
322 B
C++
#include "FortTravelLogMap.h"
|
|
|
|
void UFortTravelLogMap::InitializeFromTravelRecord(const FAthenaTravelRecord& Record) {
|
|
}
|
|
|
|
UFortTravelLogMap::UFortTravelLogMap() : UUserWidget(FObjectInitializer::Get()) {
|
|
this->MapSize = 512.00f;
|
|
this->CurrentTimeFraction = 0.00f;
|
|
this->DistanceToCoalescePositions = 12000;
|
|
}
|
|
|