FTrackInstancePropertyBindings::SetCurrentValue

Sets the current value of a property on an object

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h

Include

#include "MovieSceneCommonHelpers.h"

Syntax

template<typename ValueType>
void SetCurrentValue
(
    UObject & Object,
    typename TCallTraits< ValueType >::ParamType InValue
)

Remarks

Sets the current value of a property on an object

Parameters

Parameter

Description

Object

The object to set the property on

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