FOptionalCurveElement

Windows
MacOS
Linux

References

Module

LiveLinkInterface

Header

/Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkTypes.h

Include

#include "LiveLinkTypes.h"

Syntax

struct FOptionalCurveElement

Variables

Name Description

Public variable

bool

 

bValid

Whether this value is set or not

Public variable

float

 

Value

Curve Value

Constructors

Name Description

Public function

FOptionalCurveElement()

Public function

FOptionalCurveElement

(
    float InValue
)

Functions

Name Description

Public function Const

bool

 

IsValid()

Public function

void

 

SetValue

(
    float InValue
)

Operators

Name Description

Public function

FOptionalCur...

 

operator=

(
    const FLiveLinkCurveElement& InCur...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss