EReplayHeaderFlags

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/DemoNetDriver.h

Include

#include "Engine/DemoNetDriver.h"

Syntax

enum EReplayHeaderFlags
{
    None                     = 0,
    ClientRecorded           = (1 << 0),
    HasStreamingFixes        = (1 << 1),
    DeltaCheckpoints         = (1 << 2),
    GameSpecificFrameData    = (1 << 3),
}

Values

Name

Description

None

ClientRecorded

HasStreamingFixes

DeltaCheckpoints

GameSpecificFrameData

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss