Navigation
API > API/Plugins > API/Plugins/LiveLinkCurveDebugUI
| Name | SLiveLinkCurveDebugUITab |
| Type | class |
| Header File | /Engine/Plugins/Animation/LiveLinkCurveDebugUI/Source/LiveLinkCurveDebugUI/Public/SLiveLinkCurveDebugUITab.h |
| Include Path | #include "SLiveLinkCurveDebugUITab.h" |
Syntax
class SLiveLinkCurveDebugUITab : public SDockTab
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → SDockTab → SLiveLinkCurveDebugUITab
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → SDockTab → SLiveLinkCurveDebugUITab
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Construct
(
const FArguments& InArgs |
SLiveLinkCurveDebugUITab.h | ||
void SetLiveLinkSubjectName
(
FName SubjectName |
SLiveLinkCurveDebugUITab.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText GetSelectedSubjectName() |
SLiveLinkCurveDebugUITab.h | ||
TSharedRef< SWidget > MakeComboButtonItemWidget
(
TSharedPtr< FString > StringItem |
SLiveLinkCurveDebugUITab.h | ||
void OnSelectionChanged
(
TSharedPtr< FString > StringItem, |
SLiveLinkCurveDebugUITab.h | ||
void OnSubjectNameComboBoxOpened() |
SLiveLinkCurveDebugUITab.h | ||
void RefreshSubjectNames() |
SLiveLinkCurveDebugUITab.h | ||
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. | SLiveLinkCurveDebugUITab.h |