unreal.SceneCapturePrimitiveRenderMode¶
- class unreal.SceneCapturePrimitiveRenderMode¶
Bases:
EnumBaseEScene Capture Primitive Render Mode
C++ Source:
Module: Engine
File: SceneCaptureComponent.h
- PRM_LEGACY_SCENE_CAPTURE: SceneCapturePrimitiveRenderMode = Ellipsis¶
Legacy
- Type:
0
- PRM_RENDER_SCENE_PRIMITIVES: SceneCapturePrimitiveRenderMode = Ellipsis¶
Render primitives in the scene, minus HiddenActors.
- Type:
1
- PRM_USE_SHOW_ONLY_LIST: SceneCapturePrimitiveRenderMode = Ellipsis¶
Render only primitives in the ShowOnlyActors list, or components specified with ShowOnlyComponent().
- Type:
2