Navigation
API > API/Plugins > API/Plugins/RivermaxCore
Information about the last frame that was presented by the stream
| Name | FPresentedFrameInfo |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Rivermax/RivermaxCore/Source/RivermaxCore/Public/IRivermaxOutputStream.h |
| Include Path | #include "IRivermaxOutputStream.h" |
Syntax
struct FPresentedFrameInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PresentedFrameBoundaryNumber | uint64 | Frame boundary at which the RenderedFrameNumber has been presented | IRivermaxOutputStream.h | |
| RenderedFrameNumber | uint32 | Last engine's FrameNumber that was presented. | IRivermaxOutputStream.h |