Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FTrackInstancePropertyBindings
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h |
| Include | #include "MovieSceneCommonHelpers.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneCommonHelpers.cpp |
void CallFunctionForEnum
(
UObject & InRuntimeObject,
int64 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
| Name | Description |
|---|---|
| InRuntimeObject | The runtime object whose function to call |
| PropertyValue | The new value to assign to the property |