Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderingThread.h |
| Include | #include "RenderingThread.h" |
Syntax
class FRenderCommandPipe
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRenderCommandPipe
(
const TCHAR* Name, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Enqueue
(
LambdaType&& Lambda |
||
| void | Enqueue
(
FRenderCommandPipe* Pipe, |
||
| void | Enqueue
(
FRenderCommandPipe& Pipe, |
||
| void | Enqueue
(
FRenderCommandPipe* Pipe, |
||
| void | Enqueue
(
FRenderCommandPipe& Pipe, |
||
| const TCHAR * | GetName () |
||
| bool | IsEmpty () |
||
| bool | IsRecording () |
||
| bool | IsReplaying () |
||
| void | SetEnabled
(
bool bInIsEnabled |
Typedefs
| Name | Description |
|---|---|
| FCommandListFunction | |
| FEmptyFunction | |
| FFunctionVariant |