11 lines
262 B
C++
11 lines
262 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "NavAreas/NavArea_Default.h"
|
|
|
|
#include UE_INLINE_GENERATED_CPP_BY_NAME(NavArea_Default)
|
|
|
|
UNavArea_Default::UNavArea_Default(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer)
|
|
{
|
|
}
|
|
|