Navigation
Unreal Engine C++ API Reference > Runtime > RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandSetBlendFactor
References
Module | RHI |
Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandSetBlendFactor : public FRHICommand< FRHICommandSetBlendFactor, FRHICommandSetBlendFactorString__LINE__ >
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FLinearColor | BlendFactor |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FRHICommandSetBlendFactor
(
const FLinearColor& InBlendFactor |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Execute
(
FRHICommandListBase& CmdList |