10 lines
282 B
C++
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)
|
|
{
|
|
}
|