FImagePlateAsyncCache

A wrapper for an asynchronous cache of image frames

Windows
MacOS
Linux

References

Module

ImagePlate

Header

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

Include

#include "ImagePlateFileSequence.h"

Syntax

struct FImagePlateAsyncCache

Remarks

A wrapper for an asynchronous cache of image frames

Constructors

No constructors are accessible with public or protected access.

Functions

Name Description

Public function Const

int32

 

Length()

Get the length of the sequence in frames

Public function Static

FImagePlateA...

 

MakeCache

(
    const FString& InSequencePath,
    const FString& InWildcard,
    float Framerate
)

Make a new cache for the specified folder, wildcard and framerate

Public function

TSharedFutur...

 

RequestFrame

(
    float Time,
    int32 LeadingPrecacheFrames,
    int32 TrailingPrecacheFrames
)

Request a frame of data from the cache, whilst also caching leading and trailing frames if necessary

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