Navigation
API > API/Runtime > API/Runtime/AVIWriter
Data structure representing a captured frame
| Name | FCapturedFrame |
| Type | struct |
| Header File | /Engine/Source/Runtime/AVIWriter/Public/AVIWriter.h |
| Include Path | #include "AVIWriter.h" |
Syntax
struct FCapturedFrame
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| AVIWriter.h | |||
FCapturedFrame
(
FCapturedFrame&& In |
AVIWriter.h | ||
FCapturedFrame
(
double InStartTimeSeconds, |
AVIWriter.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FCapturedFrame() |
AVIWriter.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EndTimeSeconds | double | The End time of this frame | AVIWriter.h | |
| FrameData | TArray< FColor > | The frame data itself (empty for a dropped frame) | AVIWriter.h | |
| FrameIndex | uint32 | The frame index of this frame in the stream | AVIWriter.h | |
| FrameProcessedEvent | FEvent * | Triggered when the frame has been processed | AVIWriter.h | |
| StartTimeSeconds | double | The start time of this frame | AVIWriter.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCapturedFrame & operator=
(
FCapturedFrame&& In |
AVIWriter.h |