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