mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
11 lines
235 B
C++
11 lines
235 B
C++
#include "ActiveFortCamera.h"
|
|
|
|
FActiveFortCamera::FActiveFortCamera() {
|
|
this->Camera = NULL;
|
|
this->ViewTarget = NULL;
|
|
this->TransitionAlpha = 0.00f;
|
|
this->TransitionUpdateRate = 0.00f;
|
|
this->BlendWeight = 0.00f;
|
|
}
|
|
|