Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHI.h |
| Include | #include "RHI.h" |
Syntax
class FBlendStateInitializerRHI
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseAlphaToCoverage | ||
| bool | bUseIndependentRenderTargetBlendStates | ||
| TStaticArray< FRenderTarget, MaxSimultaneousRenderTargets > | RenderTargets |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBlendStateInitializerRHI
(
const FRenderTarget& InRenderTargetBlendState, |
|||
FBlendStateInitializerRHI
(
const TStaticArray< FRenderTarget, NumRenderTargets >& InRenderTargetBlendStates, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | FromString
(
const FString& Src |
||
| void | FromString
(
const FStringView& Src |
||
| FString | ToString () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FRenderTarget |