Files
UnrealEngineUWP/Engine/Source/Runtime/NavigationSystem/Private/NavigationInterfaces.cpp
Ryan Gerleve e88617b37e Merging //UE4/Dev-Main to Dev-Networking (//UE4/Dev-Networking)
#rb none
#rnx

[CL 4119306 by Ryan Gerleve in Dev-Networking branch]
2018-06-07 22:39:07 -04:00

11 lines
209 B
C++

// Copyright 1998-2018 Epic Games, Inc. All Rights Reserved.
#include "NavNodeInterface.h"
UNavNodeInterface::UNavNodeInterface(const FObjectInitializer& ObjectInitializer)
: Super(ObjectInitializer)
{
}