Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
ESceneCapturePrimitiveRenderMode |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Components/SceneCaptureComponent.h |
| Include Path |
#include "Components/SceneCaptureComponent.h" |
Syntax
enum ESceneCapturePrimitiveRenderMode
{
PRM_LegacySceneCapture,
PRM_RenderScenePrimitives,
PRM_UseShowOnlyList,
}
Values
| Name |
Remarks |
| 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(). |