IStreamedCompressedInfo::ZeroBuffer

Zeroes the contents of a buffer

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AudioDecompress.h

Include

#include "AudioDecompress.h"

Source

/Engine/Source/Runtime/Engine/Private/AudioDecompress.cpp

Syntax

uint32 ZeroBuffer
(
    uint8 * Destination,
    uint32 BufferSize
)

Remarks

Zeroes the contents of a buffer

Returns

How many bytes were zeroed

Parameters

Parameter

Description

Destination

Buffer to zero

BufferSize

Size of the destination buffer in bytes

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