Navigation
API > API/Plugins > API/Plugins/ModelingComponents
FRenderCaptureTypeFlags is a set of per-capture-type booleans
| Name | FRenderCaptureTypeFlags |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Scene/WorldRenderCapture.h |
| Include Path | #include "Scene/WorldRenderCapture.h" |
Syntax
struct FRenderCaptureTypeFlags
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bBaseColor | bool | Scene/WorldRenderCapture.h | ||
| bCombinedMRS | bool | Scene/WorldRenderCapture.h | ||
| bDeviceDepth | bool | Scene/WorldRenderCapture.h | ||
| bEmissive | bool | Scene/WorldRenderCapture.h | ||
| bMetallic | bool | Scene/WorldRenderCapture.h | ||
| bOpacity | bool | Scene/WorldRenderCapture.h | ||
| bRoughness | bool | Scene/WorldRenderCapture.h | ||
| bSpecular | bool | Scene/WorldRenderCapture.h | ||
| bSubsurfaceColor | bool | Scene/WorldRenderCapture.h | ||
| bWorldNormal | bool | Scene/WorldRenderCapture.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetEnabled
(
ERenderCaptureType CaptureType, |
Set the indicated CaptureType to enabled | Scene/WorldRenderCapture.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FRenderCaptureTypeFlags All
(
bool bCombinedMRS |
Scene/WorldRenderCapture.h | ||
static FRenderCaptureTypeFlags BaseColor() |
Scene/WorldRenderCapture.h | ||
static FRenderCaptureTypeFlags None() |
Scene/WorldRenderCapture.h | ||
static FRenderCaptureTypeFlags Single
(
ERenderCaptureType CaptureType |
Scene/WorldRenderCapture.h | ||
static FRenderCaptureTypeFlags WorldNormal() |
Scene/WorldRenderCapture.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FRenderCaptureTypeFlags& Other |
Scene/WorldRenderCapture.h | ||
bool & operator[]
(
ERenderCaptureType CaptureType |
Scene/WorldRenderCapture.h | ||
const bool & operator[]
(
ERenderCaptureType CaptureType |
Scene/WorldRenderCapture.h | ||
bool operator==
(
const FRenderCaptureTypeFlags& Other |
Scene/WorldRenderCapture.h |