mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
17 lines
360 B
C++
17 lines
360 B
C++
#include "HUDLayoutToolPanZoomWidget.h"
|
|
|
|
void UHUDLayoutToolPanZoomWidget::StopOffsetLerp() {
|
|
}
|
|
|
|
void UHUDLayoutToolPanZoomWidget::StartOffsetLerp(FVector2D NewTargetOffset) {
|
|
}
|
|
|
|
void UHUDLayoutToolPanZoomWidget::Recenter() {
|
|
}
|
|
|
|
UHUDLayoutToolPanZoomWidget::UHUDLayoutToolPanZoomWidget() {
|
|
this->LerpSpeed = 1200.00f;
|
|
this->RecenterRadius = 10.00f;
|
|
}
|
|
|