ICodecDecoder::DecodeFrameData

Read a frame's bit stream and decode the frame

Windows
MacOS
Linux

References

Module

GeometryCache

Header

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCache/Classes/ICodecDecoder.h

Include

#include "ICodecDecoder.h"

Syntax

bool DecodeFrameData
(
    FBufferReader & Reader,
    FGeometryCacheMeshData & OutMeshData
)

Remarks

Read a frame's bit stream and decode the frame

Parameters

Parameter

Description

Reader

Reader holding the frame's bit stream

OutMeshData

Decoded mesh

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