mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
18 lines
428 B
C++
18 lines
428 B
C++
#include "FortTimerTimespanDataSource.h"
|
|
|
|
void UFortTimerTimespanDataSource::TickManually() {
|
|
}
|
|
|
|
void UFortTimerTimespanDataSource::StopTimer() {
|
|
}
|
|
|
|
void UFortTimerTimespanDataSource::StartTimer(float Delay, bool bTickImmediately) {
|
|
}
|
|
|
|
void UFortTimerTimespanDataSource::SetTimespanSource(const UFortTimerTimespanDataSource::FTimespanSourceDelegate& Value) {
|
|
}
|
|
|
|
UFortTimerTimespanDataSource::UFortTimerTimespanDataSource() {
|
|
}
|
|
|