Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FBlendStateInitializerRHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHI.h |
| Include | #include "RHI.h" |
Syntax
struct FRenderTarget
Variables
| Type | Name | Description | |
|---|---|---|---|
| TEnumAsByte< EBlendOperation > | AlphaBlendOp | ||
| TEnumAsByte< EBlendFactor > | AlphaDestBlend | ||
| TEnumAsByte< EBlendFactor > | AlphaSrcBlend | ||
| TEnumAsByte< EBlendOperation > | ColorBlendOp | ||
| TEnumAsByte< EBlendFactor > | ColorDestBlend | ||
| TEnumAsByte< EBlendFactor > | ColorSrcBlend | ||
| TEnumAsByte< EColorWriteMask > | ColorWriteMask |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRenderTarget
(
EBlendOperation InColorBlendOp, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | FromString
(
TArrayView< const FStringView > Parts |
||
| void | FromString
(
const TArray< FString >& Parts, |
||
| FString | ToString () |
Constants
| Name | Description |
|---|---|
| NUM_STRING_FIELDS |