Navigation
API > API/Plugins > API/Plugins/LiveLink
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UTimecodeProvider
- ULiveLinkTimecodeProvider
References
Module | LiveLink |
Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkTimecodeProvider.h |
Include | #include "LiveLinkTimecodeProvider.h" |
Syntax
UCLASS&40;Config&61;Engine, Blueprintable, EditInlineNew&41;
class ULiveLinkTimecodeProvider : public UTimecodeProvider
Remarks
Fetch the latest frames from the LiveLink subject and create a Timecode from it.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Overridden from UTimecodeProvider
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FQualifiedFrameTime | Return current frame time. | |
![]() ![]() ![]() |
ETimecodeProviderSynchronizationState | The state of the TimecodeProvider and if it's currently synchronized and the Timecode and FrameRate getters are valid. | |
![]() ![]() |
bool | Initialize
(
UEngine* InEngine |
This Provider became the Engine's Provider. |
![]() ![]() |
void | This Provider stopped being the Engine's Provider. |
Overridden from UObject
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | BeginDestroy () |
Called before destroying the object. |
![]() ![]() |
void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |