Navigation
API > API/Plugins > API/Plugins/LiveLinkEditor
| Name | SLiveLinkDataView |
| Type | class |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkEditor/Public/SLiveLinkDataView.h |
| Include Path | #include "SLiveLinkDataView.h" |
Syntax
class SLiveLinkDataView : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SLiveLinkDataView
- FSlateControlledConstruction → SWidget → SCompoundWidget → SLiveLinkDataView
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | SCompoundWidget | SLiveLinkDataView.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Client | FLiveLinkClient * | SLiveLinkDataView.h | ||
| DetailType | EDetailType | SLiveLinkDataView.h | ||
| LastUpdateSeconds | double | SLiveLinkDataView.h | ||
| SettingsDetailsView | TSharedPtr< IDetailsView > | SLiveLinkDataView.h | ||
| StructureDetailsView | TSharedPtr< IStructureDetailsView > | SLiveLinkDataView.h | ||
| SubjectKey | FLiveLinkSubjectKey | SLiveLinkDataView.h | ||
| UpdateDelay | double | SLiveLinkDataView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& Args, |
SLiveLinkDataView.h | ||
double GetRefreshDelay() |
SLiveLinkDataView.h | ||
FLiveLinkSubjectKey GetSubjectKey() |
SLiveLinkDataView.h | ||
void SetRefreshDelay
(
double DelaySeconds |
SLiveLinkDataView.h | ||
void SetSubjectKey
(
FLiveLinkSubjectKey InSubjectKey |
SLiveLinkDataView.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Tick
(
const FGeometry& AllottedGeometry, |
SLiveLinkDataView.h |