Navigation
API > API/Runtime > API/Runtime/MovieScene
Inheritance Hierarchy
- IMovieSceneBindingOwnerInterface
- ALevelSequenceActor
- AReplicatedLevelSequenceActor
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneBindingOwnerInterface.h |
| Include | #include "MovieSceneBindingOwnerInterface.h" |
Syntax
class IMovieSceneBindingOwnerInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| IMovieSceneBindingOwnerInterface * | FindFromObject
(
UObject* InObject |
Find an IMovieSceneBindingOwnerInterface ptr from the specified object or its outers | |
| TSharedPtr< FStructOnScope > | GetObjectPickerProxy
(
TSharedPtr< IPropertyHandle > ObjectPropertyHandle |
Return a proxy struct used for editing the bound object | |
| UMovieSceneSequence * | Retrieve the sequence that we own | ||
| void | UpdateObjectFromProxy
(
FStructOnScope& Proxy, |
Update the specified object property handle based on the proxy structure's contents |