Navigation
Unreal Engine C++ API Reference > Plugins > GeometryCache > ICodecEncoder
References
Module | GeometryCache |
Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Classes/ICodecEncoder.h |
Include | #include "ICodecEncoder.h" |
bool EncodeFrameData
(
FMemoryWriter & Writer,
const FGeometryCacheCodecEncodeArguments & Args
)
Remarks
Encode a frame and write the bitstream
Parameters
Name | Description |
---|---|
Writer | Writer for the output bit stream |
Args | Encoding arguments |