ILiveLinkCurveDebugUIModule

Interface for messaging modules.

Windows
MacOS
Linux

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

Name Description

Public function Virtual

~ILiveLinkCurveDebugUIModule()

Virtual destructor.

Functions

Name Description

Public function

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

Public function

void

 

HideLiveLinkCurveDebugUI()

Public function

void

 

RegisterTabSpawner()

Registers a tab spawner for the LiveLinkCurveDebugUI.

Public function

void

 

UnregisterTabSpawner()

Unregisters the tab spawner for the LiveLinkCurveDebugUI.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss