RHISetFrameDebugInfo

Sets the FrameIndex and InputTime for the current frame.

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "RHIUtilities.h"

Source

/Engine/Source/Runtime/RHI/Private/RHIUtilities.cpp

Syntax

void RHISetFrameDebugInfo
(
    uint64 PresentIndex,
    uint64 FrameIndex,
    uint64 InputTime
)

Remarks

Sets the FrameIndex and InputTime for the current frame.

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