Navigation
API > API/Plugins > API/Plugins/GeometryCache > API/Plugins/GeometryCache/UGeometryCacheTrackStreamable
Description
Begin coding and set the codec to use for this track. The passed in codec object is assumed to be exclusive to this track.
| Name | BeginCoding |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Classes/GeometryCacheTrackStreamable.h |
| Include Path | #include "GeometryCacheTrackStreamable.h" |
| Source | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Private/GeometryCacheTrackStreamable.cpp |
void BeginCoding
(
UGeometryCacheCodecBase * SetCodec,
bool bForceSingleOptimization,
bool bCalculateAndStoreMotionVectors,
bool bOptimizeIndexBuffers
)