Navigation
API > API/Plugins > API/Plugins/LiveLinkCurveDebugUI
Inheritance Hierarchy
- IModuleInterface
- ILiveLinkCurveDebugUIModule
- FLiveLinkCurveDebugUIModule
References
| Module | LiveLinkCurveDebugUI |
| Header | /Engine/Plugins/Animation/LiveLinkCurveDebugUI/Source/LiveLinkCurveDebugUI/Public/ILiveLinkCurveDebugUIModule.h |
| Include | #include "ILiveLinkCurveDebugUIModule.h" |
Syntax
class ILiveLinkCurveDebugUIModule : public IModuleInterface
Remarks
Interface for messaging modules.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| 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 | |
| void | |||
| void | Registers a tab spawner for the LiveLinkCurveDebugUI. | ||
| void | Unregisters the tab spawner for the LiveLinkCurveDebugUI. |