FRHIFlipDetails

Struct to provide details of swap chain flips

Windows
MacOS
Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/DynamicRHI.h

Include

#include "DynamicRHI.h"

Syntax

struct FRHIFlipDetails

Remarks

Struct to provide details of swap chain flips

Variables

Name Description

Public variable

double

 

FlipTimeInSeconds

Public variable

uint64

 

PresentIndex

Public variable

double

 

VBlankTimeInSeconds

Constructors

Name Description

Public function

FRHIFlipDetails()

Public function

FRHIFlipDetails

(
    uint64 InPresentIndex,
    double InFlipTimeInSeconds,
    double InVBlankTimeInSeconds
)

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