Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FCommandList
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCommandList
(
FMemStackBase& InAllocator |
RenderingThread.h | ||
FCommandList
(
FMemStackBase& InAllocator, |
Assigns the allocator reference and then moves the command list and its allocator contents into this one. | RenderingThread.h |
FCommandList(FMemStackBase &)
| Name | FCommandList |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderingThread.h |
| Include Path | #include "RenderingThread.h" |
FCommandList
(
FMemStackBase & InAllocator
)
FCommandList(FMemStackBase &, FCommandList &)
Description
Assigns the allocator reference and then moves the command list and its allocator contents into this one.
| Name | FCommandList |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderingThread.h |
| Include Path | #include "RenderingThread.h" |
FCommandList
(
FMemStackBase & InAllocator,
FCommandList & CommandListToConsume
)