mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
17 lines
467 B
C++
17 lines
467 B
C++
#include "FortChallengeBundleScheduleItem.h"
|
|
|
|
UFortChallengeBundleScheduleDefinition* UFortChallengeBundleScheduleItem::GetScheduleDefinitionBP() const {
|
|
return NULL;
|
|
}
|
|
|
|
float UFortChallengeBundleScheduleItem::GetPercentageComplete() const {
|
|
return 0.0f;
|
|
}
|
|
|
|
void UFortChallengeBundleScheduleItem::GetAchievedCount(int32& OutTotalAchievedCount, int32& OutTotalRequiredCount) const {
|
|
}
|
|
|
|
UFortChallengeBundleScheduleItem::UFortChallengeBundleScheduleItem() {
|
|
}
|
|
|