You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
This should mimic the state indicated in the live link panel for a given subject. The function is blueprint callable, and is called GetLiveLinkSubjectState. The value returned is an enum, as follows:
enum class ELiveLinkSubjectState : uint8
{
Connected,
Unresponsive,
Disconnected,
InvalidOrDisabled,
Unknown
};
It is similar to ETimedDataInputState but can report more states suitable to a higher level query.
#jira UE-206228
#rb alejandro.arango
[CL 31363829 by Alejandro Arango in ue5-main branch]