Files
UnrealEngine/Engine/Source/Runtime/MovieScene/Private/Evaluation/EventContextsPlaybackCapability.cpp
2025-05-18 13:04:45 +08:00

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