FEditorWidgetsModule::CreateTransportControl

Creates a widget that allows play/pause, and general time controls

Windows
MacOS
Linux

References

Module

EditorWidgets

Header

/Engine/Source/Editor/EditorWidgets/Public/EditorWidgetsModule.h

Include

#include "EditorWidgetsModule.h"

Source

/Engine/Source/Editor/EditorWidgets/Private/EditorWidgetsModule.cpp

Syntax

virtual TSharedRef< ITransportControl > CreateTransportControl
(
    const FTransportControlArgs & Args
)

Remarks

Creates a widget that allows play/pause, and general time controls

Returns

The transport control widget

Parameters

Parameter

Description

Args

The arguments used to generate the widget

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