Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRenderCommandPipe
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ExecuteCommand
(
FRenderCommandFunctionVariant&& FunctionVariant, |
RenderingThread.h | ||
void ExecuteCommand
(
FCommandListFunction&& Function, |
RenderingThread.h | ||
void ExecuteCommand
(
FEmptyFunction&& Function, |
RenderingThread.h |
ExecuteCommand(FRenderCommandFunctionVariant &&, const FRenderCommandTag &)
| Name | ExecuteCommand |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderingThread.h |
| Include Path | #include "RenderingThread.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/RenderingThread.cpp |
void ExecuteCommand
(
FRenderCommandFunctionVariant && FunctionVariant,
const FRenderCommandTag & Tag
)
ExecuteCommand(FCommandListFunction &&, const FRenderCommandTag &)
| Name | ExecuteCommand |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderingThread.h |
| Include Path | #include "RenderingThread.h" |
void ExecuteCommand
(
FCommandListFunction && Function,
const FRenderCommandTag & Tag
)
ExecuteCommand(FEmptyFunction &&, const FRenderCommandTag &)
| Name | ExecuteCommand |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderingThread.h |
| Include Path | #include "RenderingThread.h" |
void ExecuteCommand
(
FEmptyFunction && Function,
const FRenderCommandTag & Tag
)