UAnimCompress::UnalignedWriteToStream

Utility function to write data to a byte stream.

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 UnalignedWriteToStream
(
    TArray< uint8 > & ByteStream,
    int32 & StreamOffset,
    const void * Src,
    SIZE_T Len
)

Remarks

Utility function to write data to a byte stream.

Parameters

Parameter

Description

ByteStream

Byte stream to write to

StreamOffset

Offset in stream to start writing to

Src

Pointer to the source data to write

Len

Length in bytes of the source data to write

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