FImagePlateSourceFrame

Uncompressed source data for a single frame of a sequence

Windows
MacOS
Linux

References

Module

ImagePlate

Header

/Engine/Plugins/Experimental/ImagePlate/Source/ImagePlate/Public/ImagePlateFileSequence.h

Include

#include "ImagePlateFileSequence.h"

Syntax

struct FImagePlateSourceFrame

Remarks

Uncompressed source data for a single frame of a sequence

Constructors

Name Description

Public function

FImagePlateSourceFrame()

Default constructor

Public function

FImagePlateSourceFrame

(
    const TArray64< uint8 >& InData,
    uint32 InWidth,
    uint32 InHeight,
    uint32 InBitDepth
)

Construction from an array of data, and a given width/height/bitdepth

Functions

Name Description

Public function Const

TSharedRef< ...

 

AsSlateTexture()

Copy this source frame into a slate texture data format

Public function

TFuture< voi...

 

CopyTo

(
    UTexture* DestinationTexture
)

Copy the contents of this frame to the specified texture

Public function Const

bool

 

IsValid()

Check whether this source frame has valid data

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