You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb Mieszko.Zielinski #jira none #preflight 62683700dd35c0d6cab70fca [CL 19926513 by Aris Theophanidis in ue5-main branch]
10 lines
213 B
C++
10 lines
213 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "NavAreas/NavAreaMeta.h"
|
|
|
|
UNavAreaMeta::UNavAreaMeta(const FObjectInitializer& ObjectInitializer)
|
|
: Super(ObjectInitializer)
|
|
{
|
|
bIsMetaArea = true;
|
|
}
|