mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
12 lines
286 B
C++
12 lines
286 B
C++
#include "FortAnimInput_AdjustedAim.h"
|
|
|
|
FFortAnimInput_AdjustedAim::FFortAnimInput_AdjustedAim() {
|
|
this->YawOffset = 0.00f;
|
|
this->PitchOffset = 0.00f;
|
|
this->YawScale = 0.00f;
|
|
this->PitchScale = 0.00f;
|
|
this->ResultingYaw = 0.00f;
|
|
this->ResultingPitch = 0.00f;
|
|
}
|
|
|