Navigation
API > API/Runtime > API/Runtime/MovieSceneCapture
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
| Type | Name | Description | |
|---|---|---|---|
| FIntPoint | BufferSize | The size of the resulting color buffer | |
| TArray< FColor > | ColorBuffer | The color buffer of the captured frame | |
| FFramePayloadPtr | Payload | Optional user-specified payload |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCapturedFrameData
(
FCapturedFrameData&& In |
|||
FCapturedFrameData
(
FIntPoint InBufferSize, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| T * | GetPayload () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FCapturedFrameData & | operator=
(
FCapturedFrameData&& In |