IMovieSceneBindingOwnerInterface

Windows
MacOS
Linux

Inheritance Hierarchy

IMovieSceneBindingOwnerInterface

ALevelSequenceActor

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneBindingOwnerInterface.h

Include

#include "MovieSceneBindingOwnerInterface.h"

Syntax

class IMovieSceneBindingOwnerInterface

Functions

Name Description

Public function Static

IMovieSceneB...

 

FindFromObject

(
    UObject* InObject
)

Find an IMovieSceneBindingOwnerInterface ptr from the specified object or its outers

Public function

TSharedPtr< ...

 

GetObjectPickerProxy

(
    TSharedPtr< IPropertyHandle > Objec...
)

Return a proxy struct used for editing the bound object

Public function Const

UMovieSceneS...

 

RetrieveOwnedSequence()

Retrieve the sequence that we own

Public function

void

 

UpdateObjectFromProxy

(
    FStructOnScope& Proxy,
    IPropertyHandle& ObjectPropertyHan...
)

Update the specified object property handle based on the proxy structure's contents

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss