10 lines
235 B
C++
10 lines
235 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "ViewportInteractableInterface.h"
|
|
|
|
UViewportInteractableInterface::UViewportInteractableInterface( const class FObjectInitializer& Initializer )
|
|
: Super( Initializer )
|
|
{
|
|
|
|
}
|