Navigation
Unreal Engine C++ API Reference > Editor > EditorWidgets
References
Module | EditorWidgets |
Header | /Engine/Source/Editor/EditorWidgets/Public/ITransportControl.h |
Include | #include "ITransportControl.h" |
Syntax
struct FTransportControlArgs
Variables
Type | Name | Description |
---|---|---|
bool | bAreButtonsFocusable | |
FOnClicked | OnBackwardEnd | |
FOnClicked | OnBackwardPlay | |
FOnClicked | OnBackwardStep | |
FOnClicked | OnForwardEnd | |
FOnClicked | OnForwardPlay | |
FOnClicked | OnForwardStep | |
FOnGetLooping | OnGetLooping | |
FOnGetPlaybackM... | OnGetPlaybackMode | |
FOnGetRecording | OnGetRecording | |
FOnClicked | OnRecord | |
FOnTickPlayback | OnTickPlayback | |
FOnClicked | OnToggleLooping | |
TArray< FTransp... | WidgetsToCreate | Array of custom widgets to create - if this array is used the default widget ordering will be ignored in favor of this set of widgets |
Constructors
Type | Name | Description |
---|---|---|
FTransportControlArgs () |