mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 19:27:55 +00:00
13 lines
318 B
C++
13 lines
318 B
C++
#include "KairosViewport.h"
|
|
|
|
UKairosViewport::UKairosViewport() {
|
|
this->EffectMaterial = NULL;
|
|
this->CaptureSource = SCS_FinalColorLDR;
|
|
this->DefaultGameMode = NULL;
|
|
this->DynamicMaterial = NULL;
|
|
this->RenderTarget = NULL;
|
|
this->CaptureComponent = NULL;
|
|
this->ViewportActorClass = NULL;
|
|
}
|
|
|