Navigation
API > API/Runtime > API/Runtime/RHI
| Name | FDepthStencilStateInitializerRHI |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHI.h |
| Include Path | #include "RHI.h" |
Syntax
struct FDepthStencilStateInitializerRHI
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDepthStencilStateInitializerRHI
(
bool bInEnableDepthWrite, |
RHI.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BackFaceDepthFailStencilOp | TEnumAsByte< EStencilOp > | RHI.h | ||
| BackFacePassStencilOp | TEnumAsByte< EStencilOp > | RHI.h | ||
| BackFaceStencilFailStencilOp | TEnumAsByte< EStencilOp > | RHI.h | ||
| BackFaceStencilTest | TEnumAsByte< ECompareFunction > | RHI.h | ||
| bEnableBackFaceStencil | bool | RHI.h | ||
| bEnableDepthWrite | bool | RHI.h | ||
| bEnableFrontFaceStencil | bool | RHI.h | ||
| DepthTest | TEnumAsByte< ECompareFunction > | RHI.h | ||
| FrontFaceDepthFailStencilOp | TEnumAsByte< EStencilOp > | RHI.h | ||
| FrontFacePassStencilOp | TEnumAsByte< EStencilOp > | RHI.h | ||
| FrontFaceStencilFailStencilOp | TEnumAsByte< EStencilOp > | RHI.h | ||
| FrontFaceStencilTest | TEnumAsByte< ECompareFunction > | RHI.h | ||
| StencilReadMask | uint8 | RHI.h | ||
| StencilWriteMask | uint8 | RHI.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void FromString
(
const FString& Src |
RHI.h | ||
void FromString
(
const FStringView& Src |
RHI.h | ||
FString ToString() |
RHI.h |