Navigation
API > API/Plugins > API/Plugins/LiveLink > API/Plugins/LiveLink/ULiveLinkCustomTimeStep
Syntax
UPROPERTY (EditAnywhere, Category=Timing)
bool bLockStepMode
Remarks
Lockstep mode means that we only allow FrameRateDivider data frames of the selected subject per engine loop. The idea here is to process all packets and avoid Live Link evaluation to skip frames when the engine hitches, and the live link transport will serve as implicit FIFO buffer. However if the Engine cannot keep up with the data rate, a large delay will be introduced and the transport buffer will eventually start dropping data.