Navigation
Unreal Engine C++ API Reference > Plugins > MediaIOCore > FMediaIOCoreBinarySampleBase
References
Module | MediaIOCore |
Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreBinarySampleBase.h |
Include | #include "MediaIOCoreBinarySampleBase.h" |
Source | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Private/Shared/MediaIOCoreBinarySampleBase.cpp |
virtual void &42; RequestBuffer
&40;
uint32 InBufferSize
&41;
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
Name | Description |
---|---|
InBufferSize | The size of the metadata buffer. |