Navigation
API > API/Plugins > API/Plugins/LiveLinkCurveDebugUI
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SBorder
- SDockTab
- SLiveLinkCurveDebugUITab
References
| Module | LiveLinkCurveDebugUI |
| Header | /Engine/Plugins/Animation/LiveLinkCurveDebugUI/Source/LiveLinkCurveDebugUI/Public/SLiveLinkCurveDebugUITab.h |
| Include | #include "SLiveLinkCurveDebugUITab.h" |
Syntax
class SLiveLinkCurveDebugUITab : public SDockTab
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FString > | CurrentSelectedSubjectName | ||
| TSharedPtr< SLiveLinkCurveDebugUI > | MyDebugUI | Our embedded LiveLink Curve Debugger | |
| TSharedPtr< SComboBox< TSharedPtr< FString > > > | SubjectNameComboBox | ||
| TArray< TSharedPtr< FString > > | SubjectNames |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
||
| FText | |||
| TSharedRef< SWidget > | MakeComboButtonItemWidget
(
TSharedPtr< FString > StringItem |
||
| void | OnSelectionChanged
(
TSharedPtr< FString > StringItem, |
||
| void | |||
| void | |||
| void | SetLiveLinkSubjectName
(
FName SubjectName |
||
| void | UpdateSubjectNameEditor
(
FName SubjectName |
This is for when our subject name is updated by the underlying widget and we need to change our selected SubjectName. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |