Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface
| Name | FOptionalCurveElement |
| Type | struct |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkTypes.h |
| Include Path | #include "LiveLinkTypes.h" |
Syntax
struct FOptionalCurveElement
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| LiveLinkTypes.h | |||
FOptionalCurveElement
(
float InValue |
LiveLinkTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bValid | bool | Whether this value is set or not | LiveLinkTypes.h | |
| Value | float | Curve Value | LiveLinkTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
LiveLinkTypes.h | ||
void SetValue
(
float InValue |
LiveLinkTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOptionalCurveElement & operator=
(
const FLiveLinkCurveElement& InCurveElement |
LiveLinkTypes.h |