Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FTrackInstancePropertyBindings > API/Runtime/MovieScene/FTrackInstancePropertyBindings/CallFunction
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h |
Include | #include "MovieSceneCommonHelpers.h" |
template<typename ValueType>
void CallFunction
&40;
UObject & InRuntimeObject,
typename TCallTraits< ValueType >::ParamType PropertyValue
&41;
Remarks
Calls the setter function for a specific runtime object or if the setter function does not exist, the property is set directly
Parameters
Name | Description |
---|---|
InRuntimeObject | The runtime object whose function to call |
PropertyValue | The new value to assign to the property |