Navigation
API > API/Runtime > API/Runtime/TraceBasedDebuggersAnalysis
Toolbar integration options for FRecordingControls.
| Name | FRecordingControlsConfig |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/TraceBasedDebuggersAnalysis/Public/Widgets/RecordingControls.h |
| Include Path | #include "Widgets/RecordingControls.h" |
Syntax
struct FRecordingControlsConfig
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHasRecordingLabel | bool | Show a "Start Recording" text label next to the record icon. | Widgets/RecordingControls.h | |
| OptionsMenuName | FName | Options menu shown by the combo button. NAME_None hides the button. | Widgets/RecordingControls.h | |
| SectionInsertPosition | FToolMenuInsert | Insert position of the "RecordingControls" section within the host toolbar. | Widgets/RecordingControls.h |