Navigation
API > API/Plugins > API/Plugins/LiveLink
| Name | SLiveLinkMessageBusSourceFactory |
| Type | class |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/SLiveLinkMessageBusSourceFactory.h |
| Include Path | #include "SLiveLinkMessageBusSourceFactory.h" |
Syntax
class SLiveLinkMessageBusSourceFactory : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SLiveLinkMessageBusSourceFactory
- FSlateControlledConstruction → SWidget → SCompoundWidget → SLiveLinkMessageBusSourceFactory
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~SLiveLinkMessageBusSourceFactory() |
SLiveLinkMessageBusSourceFactory.h |
Structs
| Name | Remarks |
|---|---|
| FArguments | |
| FLiveLinkSource | Represents a source with its latest time since it was polled successfully. |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FactoryClass | UClass * | Class of the factory that created this widget. | SLiveLinkMessageBusSourceFactory.h | |
| LastUIUpdateSeconds | double | The last time at which the UI was refreshed. | SLiveLinkMessageBusSourceFactory.h | |
| ListView | TSharedPtr< SListView< TSharedPtr< FLiveLinkSource > > > | The widgets displayed in the list. | SLiveLinkMessageBusSourceFactory.h | |
| OnSourceSelected | FOnLiveLinkMessageBusSourceSelected | The last source that was selected. | SLiveLinkMessageBusSourceFactory.h | |
| PollData | TArray< FProviderPollResultPtr > | Latest sources pulled from the discovery manager. | SLiveLinkMessageBusSourceFactory.h | |
| SecondsBeforeSourcesDisappear | double | Time before a source should disappear from the UI after its last pong. | SLiveLinkMessageBusSourceFactory.h | |
| SelectedResult | FProviderPollResultPtr | The source that was selected. | SLiveLinkMessageBusSourceFactory.h | |
| Sources | TArray< TSharedPtr< FLiveLinkSource > > | The sources displayed by the list. | SLiveLinkMessageBusSourceFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& Args |
SLiveLinkMessageBusSourceFactory.h | ||
FProviderPollResultPtr GetSelectedSource() |
SLiveLinkMessageBusSourceFactory.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Tick
(
const FGeometry& AllottedGeometry, |
SLiveLinkMessageBusSourceFactory.h |