UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FOptionalCurveElement Struct Reference

#include <LiveLinkTypes.h>

Public Member Functions

 FOptionalCurveElement (float InValue)
 
 FOptionalCurveElement ()
 
bool IsValid () const
 
void SetValue (float InValue)
 
FOptionalCurveElementoperator= (const FLiveLinkCurveElement &InCurveElement)
 

Public Attributes

float Value
 
bool bValid
 

Friends

FArchiveoperator<< (FArchive &Ar, FOptionalCurveElement &InElement)
 

Constructor & Destructor Documentation

◆ FOptionalCurveElement() [1/2]

FOptionalCurveElement::FOptionalCurveElement ( float  InValue)
inline

◆ FOptionalCurveElement() [2/2]

FOptionalCurveElement::FOptionalCurveElement ( )
inline

Member Function Documentation

◆ IsValid()

bool FOptionalCurveElement::IsValid ( ) const
inline

◆ operator=()

FOptionalCurveElement & FOptionalCurveElement::operator= ( const FLiveLinkCurveElement InCurveElement)
inline

◆ SetValue()

void FOptionalCurveElement::SetValue ( float  InValue)
inline

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FOptionalCurveElement InElement 
)
friend

Member Data Documentation

◆ bValid

bool FOptionalCurveElement::bValid

Whether this value is set or not

◆ Value

float FOptionalCurveElement::Value

Curve Value


The documentation for this struct was generated from the following file: