Navigation
API > API/Runtime > API/Runtime/RHI
| Name | FClearValueBinding |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include Path | #include "RHIResources.h" |
Syntax
struct FClearValueBinding
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RHIResources.h | |||
FClearValueBinding
(
EClearBinding NoBinding |
RHIResources.h | ||
FClearValueBinding
(
const FLinearColor& InClearColor |
RHIResources.h | ||
FClearValueBinding
(
float DepthClearValue, |
RHIResources.h |
Classes
| Name | Remarks |
|---|---|
| ClearValueType |
Structs
| Name | Remarks |
|---|---|
| DSVAlue |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Black | const FClearValueBinding | RHIResources.h | |
| BlackMaxAlpha | const FClearValueBinding | RHIResources.h | |
| DefaultNormal8Bit | const FClearValueBinding | RHIResources.h | |
| DepthFar | const FClearValueBinding | RHIResources.h | |
| DepthNear | const FClearValueBinding | RHIResources.h | |
| DepthOne | const FClearValueBinding | RHIResources.h | |
| DepthZero | const FClearValueBinding | RHIResources.h | |
| Green | const FClearValueBinding | RHIResources.h | |
| None | const FClearValueBinding | Common clear values | RHIResources.h |
| Transparent | const FClearValueBinding | RHIResources.h | |
| White | const FClearValueBinding | RHIResources.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ColorBinding | EClearBinding | RHIResources.h | ||
| Value | union FClearValueBinding::ClearValueType | RHIResources.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLinearColor GetClearColor() |
RHIResources.h | ||
void GetDepthStencil
(
float& OutDepth, |
RHIResources.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FClearValueBinding& Other |
RHIResources.h |