Navigation
API > API/Plugins > API/Plugins/LiveLinkCurveDebugUI
| Name | FLiveLinkCurveDebugUIModule |
| Type | class |
| Header File | /Engine/Plugins/Animation/LiveLinkCurveDebugUI/Source/LiveLinkCurveDebugUI/Public/LiveLinkCurveDebugUIModule.h |
| Include Path | #include "LiveLinkCurveDebugUIModule.h" |
Syntax
class FLiveLinkCurveDebugUIModule :
public FSelfRegisteringExec,
public ILiveLinkCurveDebugUIModule
Inheritance Hierarchy
- FExec → FSelfRegisteringExec → FLiveLinkCurveDebugUIModule
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bForceDisplayThroughViewport | bool | LiveLinkCurveDebugUIModule.h | ||
| bHasRegisteredTabSpawners | bool | LiveLinkCurveDebugUIModule.h | ||
| LiveLinkSubjectNameToTrack | FString | A cached version of what the SubjectName to supply to LiveLink. Gets passed into created widgets. | LiveLinkCurveDebugUIModule.h | |
| LiveLinkUserWidget | TSharedPtr< SLiveLinkCurveDebugUI > | LiveLinkCurveDebugUIModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Exec
(
UWorld* InWorld, |
LiveLinkCurveDebugUIModule.h | ||
virtual void ShutdownModule() |
LiveLinkCurveDebugUIModule.h | ||
virtual void StartupModule() |
LiveLinkCurveDebugUIModule.h |
Overridden from ILiveLinkCurveDebugUIModule
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DisplayLiveLinkCurveDebugUI
(
FString& LiveLinkSubjectName |
Functions to control UI. | LiveLinkCurveDebugUIModule.h | |
virtual void HideLiveLinkCurveDebugUI() |
LiveLinkCurveDebugUIModule.h |