Files
UnrealEngine/Engine/Source/Runtime/NavigationSystem/Private/NavigationInterfaces.cpp
2025-05-18 13:04:45 +08:00

11 lines
199 B
C++

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