Navigation
API > API/Plugins > API/Plugins/LiveLinkCurveDebugUI
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SUserWidget
- SLiveLinkCurveDebugUI
References
| Module | LiveLinkCurveDebugUI |
| Header | /Engine/Plugins/Animation/LiveLinkCurveDebugUI/Source/LiveLinkCurveDebugUI/Public/SLiveLinkCurveDebugUI.h |
| Include | #include "SLiveLinkCurveDebugUI.h" |
Syntax
class SLiveLinkCurveDebugUI : public SUserWidget
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | If we don't have a suplied CachedLiveLinkSubjectName, we try to pull it from LiveLink by looking at All available subjects and picking the first one we find with curves to supply | ||
| void | Construct
(
const FArguments& InArgs |
||
| void | GetAllSubjectNames
(
TArray< FName >& OutSubjectNames |
Gets all current LiveLink subject names from our internal LiveLink client and stores it in the OutSubjectNames parameter. Clears OutSubjectNames if no SubjectNames are found! | |
| TSharedRef< SLiveLinkCurveDebugUI > | New () |
||
| void | SetLiveLinkSubjectName
(
FName SubjectName |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| void | Ticks this widget with Geometry. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Typedefs
| Name | Description |
|---|---|
| FOnSubjectNameChanged | Delegate used to call back when this widget sets its own SubjectName from the LiveLink client instead of any supplied InitialLiveLinkSubjectName. |