Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/UMovieSceneCustomBinding
Description
Must be implemented. Called by Sequencer on each Custom Binding class CDO if it supports a UObject type to try to create a new instanced custom binding. If the derived custom spawnable type supports the passed in object type, this should return a new UMovieSceneCustomBinding instance parented to the passed in OwnerMovieScene. See UMovieSceneSpawnableActorBinding for an example of how to implement.
Derived Overrides
| Name | CreateNewCustomBinding |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Bindings/MovieSceneCustomBinding.h |
| Include Path | #include "Bindings/MovieSceneCustomBinding.h" |
virtual UMovieSceneCustomBinding * CreateNewCustomBinding
(
UObject * SourceObject,
UMovieScene & OwnerMovieScene
)