unreal.SceneCapturePrimitiveRenderMode

class unreal.SceneCapturePrimitiveRenderMode

Bases: unreal.EnumBase

EScene Capture Primitive Render Mode

C++ Source:

  • Module: Engine

  • File: SceneCaptureComponent.h

PRM_LEGACY_SCENE_CAPTURE

Legacy

Type

0

PRM_RENDER_SCENE_PRIMITIVES

Render primitives in the scene, minus HiddenActors.

Type

1

PRM_USE_SHOW_ONLY_LIST

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

Type

2