UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FLiveLinkBaseDataStruct< BaseType >::FCastImpl< Type > Struct Template Reference

#include <LiveLinkTypes.h>

Static Public Member Functions

static Type * Cast (const UScriptStruct *ScriptStruct, BaseType *BaseData)
 
static const Type * ConstCast (const UScriptStruct *ScriptStruct, const BaseType *BaseData)
 

Member Function Documentation

◆ Cast()

template<typename BaseType >
template<typename Type >
static Type * FLiveLinkBaseDataStruct< BaseType >::FCastImpl< Type >::Cast ( const UScriptStruct ScriptStruct,
BaseType *  BaseData 
)
inlinestatic

◆ ConstCast()

template<typename BaseType >
template<typename Type >
static const Type * FLiveLinkBaseDataStruct< BaseType >::FCastImpl< Type >::ConstCast ( const UScriptStruct ScriptStruct,
const BaseType *  BaseData 
)
inlinestatic

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