Files
UnrealEngineUWP/Engine/Source/Runtime/AnimGraphRuntime/Private/SequencerAnimationSupport.cpp

9 lines
224 B
C++
Raw Normal View History

// Copyright Epic Games, Inc. All Rights Reserved.
#include "SequencerAnimationSupport.h"
USequencerAnimationSupport::USequencerAnimationSupport(const FObjectInitializer& ObjectInitializer)
: Super(ObjectInitializer)
{
}