Navigation
API > API/Plugins > API/Plugins/RivermaxCore
Base struct with description of the frame to be captured, required by all stream types.
| Name | IRivermaxOutputInfo |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Rivermax/RivermaxCore/Source/RivermaxCore/Public/IRivermaxOutputStream.h |
| Include Path | #include "IRivermaxOutputStream.h" |
Syntax
struct IRivermaxOutputInfo
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IRivermaxOutputInfo() |
IRivermaxOutputStream.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FrameIdentifier | uint64 | Incremental number identifying frame. Usually GFrameCounter | IRivermaxOutputStream.h | |
| Height | uint32 | Height of the frame | IRivermaxOutputStream.h | |
| Width | uint32 | Width of the frame | IRivermaxOutputStream.h |