FCapturedFrameData

Structure representing a captured frame

Windows
MacOS
Linux

References

Module

MovieSceneCapture

Header

/Engine/Source/Runtime/MovieSceneCapture/Public/FrameGrabber.h

Include

#include "FrameGrabber.h"

Syntax

struct FCapturedFrameData

Remarks

Structure representing a captured frame

Variables

Name Description

Public variable

FIntPoint

 

BufferSize

The size of the resulting color buffer

Public variable

TArray< FColor ...

 

ColorBuffer

The color buffer of the captured frame

Public variable

FFramePayloadPt...

 

Payload

Optional user-specified payload

Constructors

Name Description

Public function

FCapturedFrameData

(
    FCapturedFrameData&& In
)

Public function

FCapturedFrameData

(
    FIntPoint InBufferSize,
    FFramePayloadPtr InPayload
)

Functions

Name Description

Public function

T *

 

GetPayload()

Operators

Name Description

Public function

FCapturedFra...

 

operator=

(
    FCapturedFrameData&& 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