Navigation
API > API/Plugins > API/Plugins/RivermaxCore
| |
|
| Name |
UE::RivermaxCore::ERivermaxAlignmentMode |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/Rivermax/RivermaxCore/Source/RivermaxCore/Public/RivermaxTypes.h |
| Include Path |
#include "RivermaxTypes.h" |
Syntax
namespace UE
{
namespace RivermaxCore
{
enum ERivermaxAlignmentMode
{
AlignmentPoint,
FrameCreation,
}
}
}
Values
| Name |
Remarks |
| AlignmentPoint |
Aligns scheduling with ST2059 frame boundary formula |
| FrameCreation |
Aligns scheduling with frame creation |