// Copyright Epic Games, Inc. All Rights Reserved. #include "ViewportInteractableInterface.h" #include UE_INLINE_GENERATED_CPP_BY_NAME(ViewportInteractableInterface) UViewportInteractableInterface::UViewportInteractableInterface( const class FObjectInitializer& Initializer ) : Super( Initializer ) { }