UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IMovieSceneBoundObjectProxy Class Reference

#include <IMovieSceneBoundObjectProxy.h>

Public Member Functions

MOVIESCENE_API UObjectBP_GetBoundObjectForSequencer (UObject *ResolvedObject)
 
virtual UObjectNativeGetBoundObjectForSequencer (UObject *ResolvedObject)
 

Member Function Documentation

◆ BP_GetBoundObjectForSequencer()

MOVIESCENE_API UObject * IMovieSceneBoundObjectProxy::BP_GetBoundObjectForSequencer ( UObject ResolvedObject)

Retrieve the bound object that this interface wants to animate. Could be 'this' or a transient child object.

Returns
Pointer to the object that should be animated, or nullptr if it's not valid.

◆ NativeGetBoundObjectForSequencer()

virtual UObject * IMovieSceneBoundObjectProxy::NativeGetBoundObjectForSequencer ( UObject ResolvedObject)
inlinevirtual

The documentation for this class was generated from the following file: