Navigation
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 |