Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHICommandListBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * AllocCommand () |
RHICommandList.h | ||
void * AllocCommand
(
int32 AllocSize, |
RHICommandList.h |
AllocCommand()
| Name | AllocCommand |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
template<typename TCmd>
void * AllocCommand()
AllocCommand(int32, int32)
| Name | AllocCommand |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
void * AllocCommand
(
int32 AllocSize,
int32 Alignment
)