UDemoNetDriver::GotoTimeInSeconds

Scrubs playback to the given time.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/DemoNetDriver.h"

Source

/Engine/Source/Runtime/Engine/Private/DemoNetDriver.cpp

Syntax

void GotoTimeInSeconds
(
    const float TimeInSeconds,
    const FOnGotoTimeDelegate & InOnGotoTimeDelegate
)

Remarks

Scrubs playback to the given time.

Parameters

Parameter

Description

TimeInSeconds

InOnGotoTimeDelegate

Delegate to call when finished. Will be called only once at most.

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