Skip to main content

csv.ContinuousWrites

Var

Unreal Engine Var console variable.

csvContinuousWrites

Description

When 1, completed CSV rows are converted to CSV format strings and appended to the write buffer whilst the capture is in progress. When 0, CSV rows are accumulated in memory as binary data, and only converted to strings and flushed to disk at the end of the capture.

Usage

csv.ContinuousWrites [value]

Set via the console (~) or in DefaultEngine.ini / DefaultGame.ini.