mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 19:23:19 +00:00
18 lines
396 B
C++
18 lines
396 B
C++
#include "FortMissionTrackerList.h"
|
|
|
|
void UFortMissionTrackerList::UpdateVisibility() {
|
|
}
|
|
|
|
void UFortMissionTrackerList::HandleSizeEstimateChanged(UObject* ChangedElement) {
|
|
}
|
|
|
|
void UFortMissionTrackerList::HandleMissionsUpdated() {
|
|
}
|
|
|
|
UFortMissionTrackerList::UFortMissionTrackerList() {
|
|
this->MissionEntryClass = NULL;
|
|
this->bConfigureAsHUD = true;
|
|
this->MissionsListBox = NULL;
|
|
}
|
|
|