Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHICommandListBase
Description
Marks the RHI command list as completed, allowing it to be dispatched to the RHI / parallel translate threads.
Must be called as the last command in a parallel rendering task. It is not safe to continue using the command list after FinishRecording() has been called.
Never call on the immediate command list.
| Name | FinishRecording |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
| Source | /Engine/Source/Runtime/RHI/Private/RHICommandList.cpp |
void FinishRecording()