Navigation
API > API/Editor > API/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 | ||
| FOnGetPlaybackMode | OnGetPlaybackMode | ||
| FOnGetRecording | OnGetRecording | ||
| FOnClicked | OnRecord | ||
| FOnTickPlayback | OnTickPlayback | ||
| FOnClicked | OnToggleLooping | ||
| TArray< FTransportControlWidget > | 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 | |
|---|---|---|---|