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

10 lines
282 B
C++

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