Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/FRDGBuilderRecorder
Description
Stops recording commands and flushes them to the render thread. Expects the recorder to be in Recording mode and changes it to Immediate mode.
| Name | StopRecordingAndFlush |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeUtils.h |
| Include Path | #include "LandscapeUtils.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeUtils.cpp |
void StopRecordingAndFlush
(
FRDGEventName && EventName
)
Parameters
| Name | Remarks |
|---|---|
| EventName | RDG event name to use on the render command's FRDGBuilder |