Navigation
API > API/Plugins > API/Plugins/RivermaxCore
| |
|
| Name |
FRivermaxVideoOutputOptions |
| Type |
struct |
| Header File |
/Engine/Plugins/VirtualProduction/Rivermax/RivermaxCore/Source/RivermaxCore/Public/RivermaxTypes.h |
| Include Path |
#include "RivermaxTypes.h" |
Syntax
struct FRivermaxVideoOutputOptions : public UE::RivermaxCore::FRivermaxOutputStreamOptions
Inheritance Hierarchy
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| AlignedResolution |
FIntPoint |
Resolution aligning with pgroup of sampling type |
RivermaxTypes.h |
|
| bUseGPUDirect |
bool |
Whether to leverage GPUDirect (Cuda) capability to transfer memory to NIC if available |
RivermaxTypes.h |
|
| PixelFormat |
ESamplingType |
Desired stream pixel format |
RivermaxTypes.h |
|
| Resolution |
FIntPoint |
Desired stream resolution |
RivermaxTypes.h |
|