ULiveLinkController

Basic object to control a [UObject](API\Runtime\CoreUObject\UObject\UObject) live link frames

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

ULiveLinkController

References

Module

LiveLinkInterface

Header

/Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkController.h

Include

#include "LiveLinkController.h"

Syntax

class ULiveLinkController : public UObject

Remarks

Basic object to control a UObject live link frames

Functions

Name Description

Public function Virtual Const

TSubclassOf<...

 

GetRole()

Public function Virtual

void

 

InitializeInEditor

(
    UObject* FromObject
)

Public function Virtual

void

 

OnRegistered()

Initialize the controller at the first tick of his owner component.

Public function Virtual

void

 

Tick

(
    float DeltaTime,
    const FLiveLinkSubjectRepresentatio...
)

Function called every frame.

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