FCapturedFrame

Data structure representing a captured frame

Windows
MacOS
Linux

References

Module

AVIWriter

Header

/Engine/Source/Runtime/AVIWriter/Public/AVIWriter.h

Include

#include "AVIWriter.h"

Syntax

struct FCapturedFrame

Remarks

Data structure representing a captured frame

Variables

Name Description

Public variable

double

 

EndTimeSeconds

The End time of this frame

Public variable

TArray< FColor ...

 

FrameData

The frame data itself (empty for a dropped frame)

Public variable

uint32

 

FrameIndex

The frame index of this frame in the stream

Public variable

FEvent *

 

FrameProcessedEvent

Triggered when the frame has been processed

Public variable

double

 

StartTimeSeconds

The start time of this frame

Constructors

Name Description

Public function

FCapturedFrame()

Public function

FCapturedFrame

(
    FCapturedFrame&& In
)

Public function

FCapturedFrame

(
    double InStartTimeSeconds,
    double InEndTimeSeconds,
    uint32 InFrameIndex,
    TArray< FColor > InFrameData
)

Destructors

Name Description

Public function

~FCapturedFrame()

Operators

Name Description

Public function

FCapturedFra...

 

operator=

(
    FCapturedFrame&& In
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss