Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/IMovieSceneBoundObjectProxy
Description
Retrieve the bound object that this interface wants to animate. Could be 'this' or a transient child object.
| Name | BP_GetBoundObjectForSequencer |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/IMovieSceneBoundObjectProxy.h |
| Include Path | #include "IMovieSceneBoundObjectProxy.h" |
UFUNCTION (BlueprintCallable, BlueprintImplementableEvent, Category="Sequencer",
DisplayName="GetBoundObjectForSequencer", Meta=(CallInEditor="true"))
UObject * BP_GetBoundObjectForSequencer
(
UObject * ResolvedObject
)
Pointer to the object that should be animated, or nullptr if it's not valid.