FTrackInstancePropertyBindings::CallFunction

Calls the setter function for a specific runtime object or if the setter function does not exist, the property is set directly

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneCommonHelpers.h"

Syntax

template<typename ValueType>
void CallFunction
(
    UObject & InRuntimeObject,
    typename TCallTraits< ValueType >::ParamType PropertyValue
)

Remarks

Calls the setter function for a specific runtime object or if the setter function does not exist, the property is set directly

Parameters

Parameter

Description

InRuntimeObject

The runtime object whose function to call

PropertyValue

The new value to assign to the property

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