Navigation
API > API/Runtime > API/Runtime/RenderCore
| Name | FRenderThreadCommandPipe |
| Type | class |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderingThread.h |
| Include Path | #include "RenderingThread.h" |
Syntax
class FRenderThreadCommandPipe : public FRenderCommandPipeBase
Inheritance Hierarchy
- FRenderCommandPipeBase → FRenderThreadCommandPipe
Classes
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Instance | FRenderThreadCommandPipe | RenderingThread.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Enqueue
(
LambdaType&& Lambda |
RenderingThread.h | ||
static void Enqueue
(
FRenderCommandList* CommandList |
RenderingThread.h | ||
static void ExecuteCommands
(
FRenderCommandList* CommandList |
RenderingThread.h | ||
static void ExecuteCommands
(
UE::RenderCommandPipe::FCommandList& CommandList |
RenderingThread.h |