UAnimCompress::PadByteStream

Pads a byte stream to force a particular alignment for the data to follow.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress.h

Include

#include "Animation/AnimCompress.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress.cpp

Syntax

static void PadByteStream
(
    TArray< uint8 > & ByteStream,
    const int32 Alignment,
    uint8 Sentinel
)

Remarks

Pads a byte stream to force a particular alignment for the data to follow.

Parameters

Parameter

Description

ByteStream

Byte stream to append to

Alignment

Required alignment

Sentinel

If we need to add padding to meet the requested alignment, this is the padding value used

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