UnalignedWriteToStream

Overload list

Windows
MacOS
Linux
Name Description

Protected function Static

void

 

UnalignedWriteToStream

(
    TArray< uint8 >& ByteStream,
    const void* Src,
    SIZE_T Len
)

Utility function to append data to a byte stream.

Protected function Static

void

 

UnalignedWriteToStream

(
    TArray< uint8 >& ByteStream,
    int32& StreamOffset,
    const void* Src,
    SIZE_T Len
)

Utility function to write data to a byte stream.

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