Navigation
Unreal Engine C++ API Reference > Runtime > LiveLinkInterface
References
Module | LiveLinkInterface |
Header | /Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkTypes.h |
Include | #include "LiveLinkTypes.h" |
Syntax
struct FOptionalCurveElement
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bValid | Whether this value is set or not |
![]() |
float | Value | Curve Value |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FOptionalCurveElement
(
float InValue |
Functions
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
FOptionalCurveElement & | operator=
(
const FLiveLinkCurveElement& InCurveElement |