Logo
Explore Help
Sign In
izzy/UnrealEngineUWP
0
0
Fork 0
You've already forked UnrealEngineUWP
mirror of https://github.com/izzy2lost/UnrealEngineUWP.git synced 2026-03-26 18:15:20 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
f315930e45d905aff487808fc8c646e23402e39c
UnrealEngineUWP/Engine/Source/Developer/CollectionManager/CollectionManager.Build.cs

18 lines
312 B
C#
Raw Normal View History

Merging CL 2804086 from //UE4/Release-4.11 to Dev-Main (//UE4/Dev-Main) to isolate copyright update #lockdown Nick.Penwarden [CL 2819020 by Matthew Griffin in Main branch]
2016-01-07 08:17:16 -05:00
// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.
Engine source (Main branch up to CL 2026164)
2014-03-14 14:13:41 -04:00
using UnrealBuildTool;
public class CollectionManager : ModuleRules
{
public CollectionManager(TargetInfo Target)
{
PrivateDependencyModuleNames.AddRange(
new string[] {
"Core",
Added file watchers to detect when collections are changed outside of the collection manager UE-17782 - Editor must be restarted for New Collections to appear after syncing These use FFileCache to avoid detecting changes that are made by the collection manager itself. This also fixes some issues when merging collection sets together, and fixes some places where UI wouldn't update when a collection was changed due to an update or merge. [CL 2612319 by Jamie Dale in Main branch]
2015-07-07 10:31:39 -04:00
"DirectoryWatcher",
Engine source (Main branch up to CL 2026164)
2014-03-14 14:13:41 -04:00
"SourceControl"
}
);
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 1884ms Template: 8ms
English
English
Licenses API