Choose your operating system:
Windows
macOS
Linux
Name |
Description |
|
---|---|---|
|
FLiveLinkBaseBlueprintData |
Base blueprint data structure for a subject frame Can be used to do blueprint facilitator per role |
|
FLiveLinkBaseDataStruct |
Wrapper around FStructOnScope to handle FLiveLinkBaseFrameData Can safely cast to the specific outer type |
|
FLiveLinkBaseFrameData |
Base data structure for each frame coming in for a subject @note subclass can't contains reference to UObject |
|
FLiveLinkBaseStaticData |
Base static data structure for a subject Use to store information that is common to every frame @note subclass can't contains reference to UObject |
|
FLiveLinkCurveConversionSettings |
|
|
FLiveLinkCurveElement |
|
|
FLiveLinkCurveIntegrationData |
Helper struct for updating curve data across multiple frames of live link data. |
|
FLiveLinkCurveKey |
|
|
FLiveLinkCustomVersion |
Custom serialization version for all packages containing LiveLink dependent asset types. |
|
FLiveLinkFrame |
Store frame information for animation data |
|
FLiveLinkFrameData |
Store animation frame data |
|
FLiveLinkFrameRate |
|
|
FLiveLinkInterpolationInfo |
Information about the interpolation that was done Used to give some cues to the caller about what's happened |
|
FLiveLinkInterpolationSettings |
|
|
FLiveLinkLog |
This class represents a log of LiveLink output each of which can be a rich tokenized message |
|
FLiveLinkMetaData |
|
|
FLiveLinkRefSkeleton |
|
|
FLiveLinkRoleTrait |
|
|
FLiveLinkSourceBufferManagementSettings |
|
|
FLiveLinkSourceDebugInfo |
|
|
FLiveLinkSourceHandle |
A Blueprint handle to a specific LiveLink Source. |
|
FLiveLinkSourcePreset |
|
|
FLiveLinkSubjectFrame |
Store a subject complete frame data. |
|
FLiveLinkSubjectFrameData |
Wrapper around static and dynamic data to be used when fetching a subject complete data |
|
FLiveLinkSubjectKey |
Structure that identifies an individual subject. |
|
FLiveLinkSubjectName |
|
|
FLiveLinkSubjectPreset |
|
|
FLiveLinkSubjectRepresentation |
|
|
FLiveLinkTime |
|
|
FLiveLinkTimeCode |
A Qualified TimeCode associated with. |
|
FLiveLinkTimeCode_Base_DEPRECATED |
|
|
FLiveLinkTimeSynchronizationSettings |
|
|
FLiveLinkWorldTime |
|
|
FOnLiveLinkSourceChangedDelegate |
|
|
FOnLiveLinkSubjectChangedDelegate |
|
|
FOnLiveLinkSubjectStaticDataReceived |
|
|
FOptionalCurveElement |
|
|
ILiveLinkClient |
Interface for streaming and consuming data from external sources into UE4. |
|
ILiveLinkFrameInterpolationProcessorWorker |
Basic object to interpolate live link frames Inherit from it to do custom blending for your data type @note It can be called from any thread |
|
ILiveLinkFramePreProcessorWorker |
Basic object to apply preprocessing to a live link frame. |
|
ILiveLinkFrameTranslatorWorker |
Basic object to translate data from one role to another @note It can be called from any thread |
|
ILiveLinkSource |
|
|
ILiveLinkSubject |
The base class of a LiveLink subject. |
|
ULiveLinkController |
Basic object to control a UObject live link frames |
|
ULiveLinkCurveRemapSettings |
|
|
ULiveLinkFrameInterpolationProcessor |
Basic object to interpolate live link frames Inherit from it to do custom blending for your data type @note It can only be used on the Game Thread. |
|
ULiveLinkFramePreProcessor |
Basic object to apply preprocessing to a live link frame. |
|
ULiveLinkFrameTranslator |
Basic object to translate data from one role to another @note It can only be used on the Game Thread. |
|
ULiveLinkRole |
Basic object to extend the meaning of incoming live link frames. |
|
ULiveLinkSourceFactory |
Base class of factory that creates Source. |
|
ULiveLinkSourceSettings |
Base class for live link source settings (can be replaced by sources themselves) |
|
ULiveLinkSubjectSettings |
Base class for live link subject settings. |
|
ULiveLinkVirtualSubject |
A Virtual subject is made up of one or more real subjects from a source. |
Name |
Description |
---|---|
FLiveLinkBlueprintDataStruct |
Specialization of our wrapped struct for FLiveLinkBaseBlueprintData |
FLiveLinkFrameDataStruct |
Specialization of our wrapped struct for FLiveLinkBaseFrameData |
FLiveLinkFrameIdentifier |
Identifier assigned to each incoming frame once in the pipeline. |
FLiveLinkStaticDataStruct |
Specialization of our wrapped struct for FLiveLinkBaseStaticData |
Name |
Description |
|
---|---|---|
|
ELiveLinkSourceMode |
Name | Description | ||
---|---|---|---|
|
ClearAllSubjectsFrames() |
ILiveLinkClient::ClearAllSubjectsFrames is deprecated. Please use ILiveLinkClient::ClearAllSubjectsFrames_AnyThread with the desired LiveLinkRole instead! |
|
|
ClearSubject ( |
ILiveLinkClient::ClearSubject is deprecated. Please use ILiveLinkClient::RemoveSubject instead! |
|
|
ClearSubjectsFrames ( |
ILiveLinkClient::ClearSubjectsFrames is deprecated. Please use ILiveLinkClient::ClearSubjectsFrames_AnyThread with the desired LiveLinkRole instead! |
|
|
DoesSubjectSupportsRole ( |
ILiveLinkClient::DoesSubjectSupportsRole is deprecated. Please use DoesSubjectSupportsRole_AnyThread instead! |
|
|
DoesSubjectSupportsRole ( |
ILiveLinkClient::DoesSubjectSupportsRole is deprecated. Please use DoesSubjectSupportsRole_AnyThread instead! |
|
|
GetActiveSubjects() |
ILiveLinkClient::GetActiveSubjects is deprecated. Please use ILiveLinkClient::GetSubjects instead! |
|
|
GetAndFreeLastRecordedFrames ( |
ILiveLinkClient::GetAndFreeLastRecordedFrames is deprecated. Please register using RegisterForSubjectFrames to receive subject frames instead! |
|
|
GetSaveFrames() |
ILiveLinkClient::GetSaveFrames is deprecated. Please register using RegisterForSubjectFrames to start receiving subject frames instead! |
|
|
const FLiveL... |
GetSubjectData ( |
ILiveLinkClient::GetSubjectData is deprecated. Please use ILiveLinkClient::EvaluateFrame with the desired LiveLinkRole instead! |
|
const FLiveL... |
GetSubjectDataAtSceneTime |
ILiveLinkClient::GetSubjectDataAtSceneTime is deprecated. Please use ILiveLinkClient::EvaluateFrameAtSceneTime with the desired LiveLinkRole instead! |
|
const FLiveL... |
GetSubjectDataAtWorldTime ( |
ILiveLinkClient::GetSubjectDataAtWorldTime is deprecated. Please use ILiveLinkClient::EvaluateFrameAtWorldTime with the desired LiveLinkRole instead! |
|
GetSubjectNames |
ILiveLinkClient::GetSubjectNames is deprecated. Please use ILiveLinkClient::GetSubjects instead! |
|
|
const TArray... |
GetSubjectRawFrames ( |
ILiveLinkClient::GetSubjectRawFrames is deprecated. It is no longer supported. |
|
TSubclassOf<... |
GetSubjectRole ( |
ILiveLinkClient::GetSubjectRole is deprecated. Please use GetSubjectRole_AnyThread instead! |
|
TSubclassOf<... |
GetSubjectRole ( |
ILiveLinkClient::GetSubjectRole is deprecated. Please use GetSubjectRole_AnyThread instead! |
|
PushSubjectData ( |
ILiveLinkClient::PushSubjectData is deprecated. Please use ILiveLinkClient::PushSubjectFrameData with the proper LiveLinkRole's frame data structure instead! |
|
|
FOnLiveLinkS... |
PushSubjectSkeleton ( |
ILiveLinkClient::PushSubjectSkeleton is deprecated. Please use ILiveLinkClient::PushSubjectStaticData with the proper LiveLinkRole's static data structure instead! |
|
FDelegateHan... |
RegisterSubjectsChangedHandle ( |
ILiveLinkClient::RegisterSubjectsChangedHandle is deprecated. Please register using OnLiveLinkSubjectAdded and OnLiveLinkSubjectRemoved instead! |
|
SetSaveFrames ( |
ILiveLinkClient::SetSaveFrames is deprecated. Please register using RegisterForSubjectFrames to start receiving subject frames instead! |
|
|
StartRecordingLiveLink |
ILiveLinkClient::StartRecordingLiveLink is deprecated. Please register using RegisterForSubjectFrames to start receiving subject frames instead! |
|
|
StartRecordingLiveLink ( |
ILiveLinkClient::StartRecordingLiveLink is deprecated. Please register using RegisterForSubjectFrames to start receiving subject frames instead! |
|
|
StopRecordingLiveLinkData |
ILiveLinkClient::StopRecordingLiveLinkData is deprecated. Please unregister using UnregisterSubjectFramesHandle to stop receiving subject frames instead! |
|
|
StopRecordingLiveLinkData |
ILiveLinkClient::StopRecordingLiveLinkData is deprecated. Please unregister using UnregisterSubjectFramesHandle to stop receiving subject frames instead! |
|
|
UnregisterSubjectsChangedHandle ( |
ILiveLinkClient::UnregisterSubjectsChangedHandle is deprecated. Please unregister using OnLiveLinkSubjectAdded and OnLiveLinkSubjectRemoved instead! |
Name | Description | ||
---|---|---|---|
|
bool |
||
|
FLiveLinkSubjectKey |
||
|
FLiveLinkTime |
||
|
PushSubjectSkeleton |
||
|
ULiveLinkRole |
||
|
void |