![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RHIResources.h>
Classes | |
| union | ClearValueType |
| struct | DSVAlue |
Public Member Functions | |
| FClearValueBinding () | |
| FClearValueBinding (EClearBinding NoBinding) | |
| FClearValueBinding (const FLinearColor &InClearColor) | |
| FClearValueBinding (float DepthClearValue, uint32 StencilClearValue=0) | |
| FLinearColor | GetClearColor () const |
| void | GetDepthStencil (float &OutDepth, uint32 &OutStencil) const |
| bool | operator== (const FClearValueBinding &Other) const |
Public Attributes | |
| EClearBinding | ColorBinding |
| union FClearValueBinding::ClearValueType | Value |
Static Public Attributes | |
| static RHI_API const FClearValueBinding | None |
| static RHI_API const FClearValueBinding | Black |
| static RHI_API const FClearValueBinding | BlackMaxAlpha |
| static RHI_API const FClearValueBinding | White |
| static RHI_API const FClearValueBinding | Transparent |
| static RHI_API const FClearValueBinding | DepthOne |
| static RHI_API const FClearValueBinding | DepthZero |
| static RHI_API const FClearValueBinding | DepthNear |
| static RHI_API const FClearValueBinding | DepthFar |
| static RHI_API const FClearValueBinding | Green |
| static RHI_API const FClearValueBinding | DefaultNormal8Bit |
Friends | |
| uint32 | GetTypeHash (FClearValueBinding const &Binding) |
|
inline |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
friend |
|
static |
|
static |
| EClearBinding FClearValueBinding::ColorBinding |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| union FClearValueBinding::ClearValueType FClearValueBinding::Value |
|
static |