ESceneCapturePrimitiveRenderMode

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/SceneCaptureComponent.h

Include

#include "Components/SceneCaptureComponent.h"

Syntax

enum ESceneCapturePrimitiveRenderMode
{
    PRM_LegacySceneCapture,
    PRM_RenderScenePrimitives,
    PRM_UseShowOnlyList,
}

Values

Name

Description

PRM_LegacySceneCapture

Legacy

PRM_RenderScenePrimitives

Render primitives in the scene, minus HiddenActors.

PRM_UseShowOnlyList

Render only primitives in the ShowOnlyActors list, or components specified with ShowOnlyComponent().

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss