mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +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;
|
|
}
|
|
|