mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
15 lines
395 B
C++
15 lines
395 B
C++
#include "FortEmitterCameraLensEffectDirectional.h"
|
|
|
|
void AFortEmitterCameraLensEffectDirectional::SetTint(FLinearColor Color) {
|
|
}
|
|
|
|
void AFortEmitterCameraLensEffectDirectional::SetStrength(float InStrength) {
|
|
}
|
|
|
|
AFortEmitterCameraLensEffectDirectional::AFortEmitterCameraLensEffectDirectional() {
|
|
this->DamageInstigator = NULL;
|
|
this->bRotateActor = true;
|
|
this->Strength = 0.00f;
|
|
}
|
|
|