Added camera flag to increase quality

This commit is contained in:
Daniel Santos-Olivan 2020-12-11 16:05:48 +01:00 committed by bernat
parent c0a3ee4a3a
commit 1b9cfeed5e
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ ASceneCaptureSensor::ASceneCaptureSensor(const FObjectInitializer &ObjectInitial
CaptureComponent2D->SetupAttachment(RootComponent);
CaptureComponent2D->PrimitiveRenderMode = ESceneCapturePrimitiveRenderMode::PRM_RenderScenePrimitives;
CaptureComponent2D->bCaptureOnMovement = false;
CaptureComponent2D->bCaptureEveryFrame = false;
CaptureComponent2D->bAlwaysPersistRenderingState = true;
// CaptureComponent2D->CaptureSource = ESceneCaptureSource::SCS_FinalColorHDR;