Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHICommandListBase
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
| Source | /Engine/Source/Runtime/RHI/Private/RHICommandList.cpp |
void FinishRecording&40;&41;
Remarks
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.