FEditorWidgetsModule::CreateTransportControl

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

Unreal Engine C++ API Reference > Editor > EditorWidgets > FEditorWidgetsModule

References

   
Module EditorWidgets
Header /Engine/Source/Editor/EditorWidgets/Public/EditorWidgetsModule.h
Include #include "EditorWidgetsModule.h"
Source /Engine/Source/Editor/EditorWidgets/Private/EditorWidgetsModule.cpp
virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [ITransportControl](API\Editor\EditorWidgets\ITransportControl) > CreateTransportControl
(
    const [FTransportControlArgs](API\Editor\EditorWidgets\FTransportControlArgs) & Args
)

Remarks

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

Parameters

Name Description
Args The arguments used to generate the widget

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library