![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AVIWriter.h>
Public Member Functions | |
| FAVIWriterOptions () | |
Public Attributes | |
| FString | OutputFilename |
| int32 | CaptureFramerateNumerator |
| int32 | CaptureFramerateDenominator |
| TOptional< float > | CompressionQuality |
| FString | CodecName |
| bool | bSynchronizeFrames |
| uint32 | Width |
| uint32 | Height |
Creation options for the AVI writer
|
inline |
| bool FAVIWriterOptions::bSynchronizeFrames |
When true, the game thread will block until captured frames have been processed by the avi writer
| int32 FAVIWriterOptions::CaptureFramerateDenominator |
The denominator of the captured video, ie (30/1) will capture at 30 frames per second.
| int32 FAVIWriterOptions::CaptureFramerateNumerator |
The numerator of the captured video, ie (30/1) will capture at 30 frames per second.
| FString FAVIWriterOptions::CodecName |
Optional codec to use for compression
Optional compression quality, as a value between 0 and 1
| uint32 FAVIWriterOptions::Height |
| FString FAVIWriterOptions::OutputFilename |
Output filename
| uint32 FAVIWriterOptions::Width |