FLiveLinkStructPropertyBindings::SetCurrentValue

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

Windows
MacOS
Linux

Deprecated

  • This function is deprecated. Use a SetCurrentValueAt with InIndex set to 0 for the same result.

References

Module

LiveLinkMovieScene

Header

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

Include

#include "MovieScene/MovieSceneLiveLinkStructPropertyBindings.h"

Syntax

template<typename ValueType>
void SetCurrentValue
(
    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

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