Navigation
API > API/Runtime > API/Runtime/RHI
Helper class for traversing a FRHICommandList.
| Name | FRHICommandListIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.inl |
| Include Path | #include "RHICommandList.inl" |
Syntax
class FRHICommandListIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRHICommandListIterator
(
FRHICommandListBase& CmdList |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FRHICommandListIterator() |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers | | --- | --- | --- | --- | --- |Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FORCEINLINE_DEBUGGABLE bool HasCommandsLeft() |
|||
FORCEINLINE_DEBUGGABLE FRHICommandBase * NextCommand() |