FImagePlateAsyncCache::RequestFrame

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

Windows
MacOS
Linux

References

Module

ImagePlate

Header

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

Include

#include "ImagePlateFileSequence.h"

Source

/Engine/Plugins/Experimental/ImagePlate/Source/ImagePlate/Private/ImagePlateFileSequence.cpp

Syntax

TSharedFuture< FImagePlateSourceFrame > RequestFrame
(
    float Time,
    int32 LeadingPrecacheFrames,
    int32 TrailingPrecacheFrames
)

Remarks

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