Files
UnrealEngineUWP/Engine/Source/Editor/ViewportInteraction/Private/ViewportInteractableInterface.cpp
christopher waters 534d10fd06 Moving loose files in ViewportInteraction into Private and Public.
#preflight 63fcd82d1206d91a2bdb1b80

[CL 24428688 by christopher waters in ue5-main branch]
2023-02-27 14:05:49 -05:00

10 lines
235 B
C++

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