FMediaIOCoreTextureSampleBase::RequestBuffer

Request an uninitialized sample buffer.

Windows
MacOS
Linux

References

Module

MediaIOCore

Header

/Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreTextureSampleBase.h

Include

#include "MediaIOCoreTextureSampleBase.h"

Source

/Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Private/Shared/MediaIOCoreTextureSampleBase.cpp

Syntax

virtual void * RequestBuffer
(
    uint32 InBufferSize
)

Remarks

Request an uninitialized sample buffer. Should be used when the buffer could be filled by something else. SetProperties should still be called after.

Parameters

Parameter

Description

InBufferSize

The size of the video buffer.

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