Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FTrackInstancePropertyBindings
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CallFunction
(
UObject& InRuntimeObject, |
Calls the setter function for a specific runtime object or if the setter function does not exist, the property is set directly | TrackInstancePropertyBindings.h | |
void CallFunction
(
UObject& InRuntimeObject, |
|||
void CallFunction
(
UObject& InRuntimeObject, |
|||
void CallFunction
(
UObject& InRuntimeObject, |
Explicit specializations for bools | TrackInstancePropertyBindings.h | |
void CallFunction
(
UObject& InRuntimeObject, |
Explicit specializations for object pointers | TrackInstancePropertyBindings.h |
CallFunction(UObject &, typename TCallTraits< ValueType >::ParamType)
Description
Calls the setter function for a specific runtime object or if the setter function does not exist, the property is set directly
| Name | CallFunction |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/TrackInstancePropertyBindings.h |
| Include Path | #include "TrackInstancePropertyBindings.h" |
template<typename ValueType>
void CallFunction
(
UObject & InRuntimeObject,
typename TCallTraits < ValueType >::ParamType PropertyValue
)
Parameters
| Name | Remarks |
|---|---|
| InRuntimeObject | The runtime object whose function to call |
| PropertyValue | The new value to assign to the property |
CallFunction(UObject &, TCallTraits< bool >::ParamType)
| Name | CallFunction |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Private/TrackInstancePropertyBindings.cpp |
| Include Path | #include "TrackInstancePropertyBindings.cpp" |
template<>
void CallFunction
(
UObject & InRuntimeObject,
TCallTraits < bool >::ParamType PropertyValue
)
CallFunction(UObject &, UObject *)
| Name | CallFunction |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Private/TrackInstancePropertyBindings.cpp |
| Include Path | #include "TrackInstancePropertyBindings.cpp" |
template<>
void CallFunction
(
UObject & InRuntimeObject,
UObject * PropertyValue
)
CallFunction(UObject &, TCallTraits< bool >::ParamType)
Description
Explicit specializations for bools
| Name | CallFunction |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/TrackInstancePropertyBindings.h |
| Include Path | #include "TrackInstancePropertyBindings.h" |
template<>
void CallFunction
(
UObject & InRuntimeObject,
TCallTraits < bool >::ParamType PropertyValue
)
CallFunction(UObject &, UObject *)
Description
Explicit specializations for object pointers
| Name | CallFunction |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/TrackInstancePropertyBindings.h |
| Include Path | #include "TrackInstancePropertyBindings.h" |
template<>
void CallFunction
(
UObject & InRuntimeObject,
UObject * PropertyValue
)