Navigation
API > API/Runtime > API/Runtime/RHI
| |
|
| Name |
FRHICommandSetBlendFactor |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path |
#include "RHICommandList.h" |
Syntax
struct FRHICommandSetBlendFactor : public FRHICommand< FRHICommandSetBlendFactor, PREPROCESSOR_JOIN>
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FRHICommandSetBlendFactor
(
const FLinearColor& InBlendFactor
)
|
|
RHICommandList.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| BlendFactor |
FLinearColor |
|
RHICommandList.h |
|
Functions
Public