Navigation
Unreal Engine C++ API Reference > Plugins > GeometryCache
References
Module | GeometryCache |
Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Classes/ICodecEncoder.h |
Include | #include "ICodecEncoder.h" |
Syntax
class ICodecEncoder
Remarks
Interface to the internal mesh compressor's encoder in order to hide implementation
Destructors
Type | Name | Description | |
---|---|---|---|
Functions
Type | Name | Description | |
---|---|---|---|
bool | EncodeFrameData
(
FMemoryWriter& Writer, |
Encode a frame and write the bitstream |