Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHICommandListBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRHICommandListBase
(
FRHICommandListBase const& |
Move only. | RHICommandList.h | |
FRHICommandListBase
(
FRHICommandListBase&& Other |
RHICommandList.h | ||
FRHICommandListBase
(
FPersistentState const& InPersistentState |
RHICommandList.h | ||
FRHICommandListBase
(
FRHIGPUMask InGPUMask, |
RHICommandList.h |
FRHICommandListBase(FRHICommandListBase const &)
Description
Move only.
| Name | FRHICommandListBase |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
FRHICommandListBase
(
FRHICommandListBase const &
)
FRHICommandListBase(FRHICommandListBase &&)
| Name | FRHICommandListBase |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
FRHICommandListBase
(
FRHICommandListBase && Other
)
FRHICommandListBase(FPersistentState const &)
| Name | FRHICommandListBase |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
| Source | /Engine/Source/Runtime/RHI/Private/RHICommandList.cpp |
FRHICommandListBase
(
FPersistentState const & InPersistentState
)
FRHICommandListBase(FRHIGPUMask, bool)
| Name | FRHICommandListBase |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
| Source | /Engine/Source/Runtime/RHI/Private/RHICommandList.cpp |
FRHICommandListBase
(
FRHIGPUMask InGPUMask,
bool bInImmediate
)