UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IMovieSceneBoundObjectProxy.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "UObject/Interface.h"
7#include "IMovieSceneBoundObjectProxy.generated.h"
8
9
10UINTERFACE(MinimalAPI)
17
18
20{
21public:
23
24
29 UFUNCTION(BlueprintCallable, BlueprintImplementableEvent, Category = "Sequencer", DisplayName = "GetBoundObjectForSequencer", meta=(CallInEditor="true"))
32};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UFUNCTION(...)
Definition ObjectMacros.h:745
#define UINTERFACE(...)
Definition ObjectMacros.h:780
Definition IMovieSceneBoundObjectProxy.h:20
virtual UObject * NativeGetBoundObjectForSequencer(UObject *ResolvedObject)
Definition IMovieSceneBoundObjectProxy.h:31
MOVIESCENE_API UObject * BP_GetBoundObjectForSequencer(UObject *ResolvedObject)
Definition Interface.h:19
Definition IMovieSceneBoundObjectProxy.h:13
Definition Object.h:95