Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FTrackInstancePropertyBindings
Description
Wrapper for UObject::ProcessEvent that attempts to pass the new property value directly to the function as a parameter, but handles cases where multiple parameters or a return value exists. The setter parameter must be the first in the list, any other parameters will be default constructed.
| Name | InvokeSetterFunction |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h |
| Include Path | #include "MovieSceneCommonHelpers.h" |
template<typename T>
static void InvokeSetterFunction
(
UObject * InRuntimeObject,
UFunction * Setter,
T && InPropertyValue
)