FLiveLinkStructPropertyBindings::SetCurrentValueAt

Sets the current value of a property on an instance of a [UStruct](API\Runtime\CoreUObject\UObject\UStruct)

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>
void SetCurrentValueAt
(
    int32 InIndex,
    const UScriptStruct & InStruct,
    void * InSourceAddress,
    typename TCallTraits< ValueType >::ParamType InValue
)

Remarks

Sets the current value of a property on an instance of a UStruct

Parameters

Parameter

Description

InIndex

The index in the array property to set the value on

InStruct

The struct to set the property on

InSourceAddress

The address of the instanced struct

InValue

The value to set

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