Navigation
API > API/Plugins > API/Plugins/LiveLinkCurveDebugUI
Interface for messaging modules.
| Name | ILiveLinkCurveDebugUIModule |
| Type | class |
| Header File | /Engine/Plugins/Animation/LiveLinkCurveDebugUI/Source/LiveLinkCurveDebugUI/Public/ILiveLinkCurveDebugUIModule.h |
| Include Path | #include "ILiveLinkCurveDebugUIModule.h" |
Syntax
class ILiveLinkCurveDebugUIModule : public IModuleInterface
Implements Interfaces
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ILiveLinkCurveDebugUIModule() |
Virtual destructor. | ILiveLinkCurveDebugUIModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DisplayLiveLinkCurveDebugUI
(
FString& LiveLinkSubjectName |
Display the LiveLinkCurveDebugUI, either spawned from a tab manager, or as a custom widget attached to our current viewport if the tab manager can not be used | ILiveLinkCurveDebugUIModule.h | |
void HideLiveLinkCurveDebugUI() |
ILiveLinkCurveDebugUIModule.h | ||
void RegisterTabSpawner() |
Registers a tab spawner for the LiveLinkCurveDebugUI. | ILiveLinkCurveDebugUIModule.h | |
void UnregisterTabSpawner() |
Unregisters the tab spawner for the LiveLinkCurveDebugUI. | ILiveLinkCurveDebugUIModule.h |