UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IMovieSceneSectionsToKey.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
7#include "UObject/NameTypes.h"
8#include "UObject/Interface.h"
9#include "IMovieSceneSectionsToKey.generated.h"
10
12
17UINTERFACE(MinimalAPI)
23
28{
29public:
30
33
34 /* Get multiple sections to key*/
36
37};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UINTERFACE(...)
Definition ObjectMacros.h:780
Definition IMovieSceneSectionsToKey.h:28
virtual TArray< TWeakObjectPtr< UMovieSceneSection > > GetSectionsToKey() const =0
MOVIESCENETRACKS_API IMovieSceneSectionsToKey()
Definition IMovieSceneSectionsToKey.cpp:8
Definition Array.h:670
Definition Interface.h:19
Definition MovieSceneSection.h:243
Definition IMovieSceneSectionsToKey.h:19