UGeometryCacheTrackStreamable::BeginCoding

Begin coding and set the codec to use for this track.

Windows
MacOS
Linux

References

Module

GeometryCache

Header

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

Include

#include "GeometryCacheTrackStreamable.h"

Source

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCache/Private/GeometryCacheTrackStreamable.cpp

Syntax

void BeginCoding
(
    UGeometryCacheCodecBase * SetCodec,
    bool bForceSingleOptimization,
    bool bCalculateAndStoreMotionVectors,
    bool bOptimizeIndexBuffers
)

Remarks

Begin coding and set the codec to use for this track. The passed in codec object is assumed to be exclusive to this track.

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