mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-09-03 04:03:37 +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;
|
|
}
|
|
|