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
2f0b2c251add800d552cf8da115d8aff2fdfd151
UnrealEngineUWP/Engine/Source/Developer/CollectionManager/CollectionManager.Build.cs

18 lines
312 B
C#
Raw Normal View History

Update copyright notices to 2015. [CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00
// Copyright 1998-2015 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: 1672ms Template: 8ms
English
English
Licenses API