12 lines
245 B
C++
12 lines
245 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "Evaluation/EventContextsPlaybackCapability.h"
|
|
|
|
namespace UE::MovieScene
|
|
{
|
|
|
|
UE_DEFINE_MOVIESCENE_PLAYBACK_CAPABILITY(IEventContextsPlaybackCapability)
|
|
|
|
} // namespace UE::MovieScene
|
|
|