FLiveLinkStructPropertyBindings::GetCurrentValueAt

Gets the current value of a property at desired Index. Must be on ArrayProperty

Windows
MacOS
Linux

References

Module

LiveLinkMovieScene

Header

/Engine/Plugins/Animation/LiveLink/Source/LiveLinkMovieScene/Public/MovieScene/MovieSceneLiveLinkStructPropertyBindings.h

Include

#include "MovieScene/MovieSceneLiveLinkStructPropertyBindings.h"

Syntax

template<typename ValueType>
ValueType GetCurrentValueAt
(
    int32 InIndex,
    const UScriptStruct & InStruct,
    const void * InSourceAddress
)

Remarks

Gets the current value of a property at desired Index. Must be on ArrayProperty

Returns

ValueType The current value

Parameters

Parameter

Description

InIndex

The index of the desired value in the ArrayProperty

InStruct

The struct to get the property from

InSourceAddress

The source address of the struct instance

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