mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
12 lines
340 B
C++
12 lines
340 B
C++
#include "FortAnimInput_Zipline.h"
|
|
|
|
FFortAnimInput_Zipline::FFortAnimInput_Zipline() {
|
|
this->bIsZiplining = false;
|
|
this->bShouldPlayPivotTransition = false;
|
|
this->LeanYaw = 0.00f;
|
|
this->PivotBlendDelayRemaining = 0.00f;
|
|
this->PivotBlendDelay = 0.00f;
|
|
this->PivotCardinalDirection = EFortCardinalDirection::North;
|
|
}
|
|
|