IImageWrapper::SetAnimationInfo

Set information for animated formats

Windows
MacOS
Linux

References

Module

ImageWrapper

Header

/Engine/Source/Runtime/ImageWrapper/Public/IImageWrapper.h

Include

#include "IImageWrapper.h"

Syntax

bool SetAnimationInfo
(
    int32 InNumFrames,
    int32 InFramerate
)

Remarks

Set information for animated formats

Returns

true if successful

Parameters

Parameter

Description

InNumFrames

The number of frames in the animation (the RawData from SetRaw will need to be a multiple of NumFrames)

InFramerate

The playback rate of the animation

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