Navigation
API > API/Plugins > API/Plugins/RivermaxMedia > API/Plugins/RivermaxMedia/URivermaxMediaCapture
- UMediaCapture::OnFrameCaptured_AnyThread()
- URivermaxMediaCapture::OnFrameCaptured_AnyThread()
References
| Module | RivermaxMedia |
| Header | /Engine/Plugins/VirtualProduction/Rivermax/RivermaxMedia/Source/RivermaxMedia/Public/RivermaxMediaCapture.h |
| Include | #include "RivermaxMediaCapture.h" |
| Source | /Engine/Plugins/VirtualProduction/Rivermax/RivermaxMedia/Source/RivermaxMedia/Private/RivermaxMediaCapture.cpp |
virtual void OnFrameCaptured_AnyThread
(
const FCaptureBaseData & InBaseData,
TSharedPtr < FMediaCaptureUserData , ESPMode::ThreadSafe > InUserData,
const FMediaCaptureResourceData & InResourceData
)
Remarks
Callback when the buffer was successfully copied to CPU ram. The buffer is only valid for the duration of the callback. @Note SupportsAnyThreadCapture must return true in the implementation in order for this to be called.