Navigation
API > API/Plugins > API/Plugins/MediaIOCore > API/Plugins/MediaIOCore/UMediaCapture > API/Plugins/MediaIOCore/UMediaCapture/OnRHIResourceCaptured_RenderingT-
- UMediaCapture::OnRHIResourceCaptured_RenderingThread()
- UAjaMediaCapture::OnRHIResourceCaptured_RenderingThread()
- UBlackmagicMediaCapture::OnRHIResourceCaptured_RenderingThread()
References
| Module | MediaIOCore |
| Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaCapture.h |
| Include | #include "MediaCapture.h" |
virtual void OnRHIResourceCaptured_RenderingThread
&40;
const FCaptureBaseData & InBaseData,
TSharedPtr< FMediaCaptureUserData, ESPMode::ThreadSafe > InUserData,
FTextureRHIRef InTexture
&41;
Remarks
Callbacks when the buffer was successfully copied on the GPU ram. The callback in called from a critical point. If you intend to process the texture/buffer, do so in another thread. The texture is valid for the duration of the callback.