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

#include <LiveLinkTypes.h>

+ Inheritance diagram for FLiveLinkBaseStaticData:

Public Member Functions

bool FindPropertyValue (const FLiveLinkBaseFrameData &FrameData, const FName PropertyName, float &OutValue) const
 

Public Attributes

TArray< FNamePropertyNames
 

Detailed Description

Base static data structure for a subject Use to store information that is common to every frame

Note
subclass can't contains reference to UObject

Member Function Documentation

◆ FindPropertyValue()

bool FLiveLinkBaseStaticData::FindPropertyValue ( const FLiveLinkBaseFrameData FrameData,
const FName  PropertyName,
float OutValue 
) const
inline

Member Data Documentation

◆ PropertyNames

TArray<FName> FLiveLinkBaseStaticData::PropertyNames

Names for each curve values that will be sent for each frame


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