Navigation
API > API/Plugins > API/Plugins/LiveLinkCurveDebugUI
| Name | SLiveLinkCurveDebugUIListItem |
| Type | class |
| Header File | /Engine/Plugins/Animation/LiveLinkCurveDebugUI/Source/LiveLinkCurveDebugUI/Public/SLiveLinkCurveDebugUIListItem.h |
| Include Path | #include "SLiveLinkCurveDebugUIListItem.h" |
Syntax
class SLiveLinkCurveDebugUIListItem : public SMultiColumnTableRow< TSharedPtr< FLiveLinkDebugCurveNodeBase > >
Inheritance Hierarchy
- SMultiColumnTableRow< TSharedPtr< FLiveLinkDebugCurveNodeBase > > → SLiveLinkCurveDebugUIListItem
Structs
| Name | Remarks |
|---|---|
| FArguments |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| NAME_CurveName | FName | SLiveLinkCurveDebugUIListItem.h | |
| NAME_CurveValue | FName | SLiveLinkCurveDebugUIListItem.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurveInfo | TSharedPtr< FLiveLinkDebugCurveNodeBase > | SLiveLinkCurveDebugUIListItem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
SLiveLinkCurveDebugUIListItem.h | ||
virtual TSharedRef< SWidget > GenerateWidgetForColumn
(
const FName& ColumnName |
SLiveLinkCurveDebugUIListItem.h | ||
virtual FText GetCurveName() |
SLiveLinkCurveDebugUIListItem.h | ||
virtual TOptional< float > GetCurveValue() |
SLiveLinkCurveDebugUIListItem.h | ||
const FSlateBrush * GetProgressBackgroundImage() |
SLiveLinkCurveDebugUIListItem.h | ||
virtual FSlateColor GetProgressFillColor() |
SLiveLinkCurveDebugUIListItem.h |