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
5.5
UnrealEngineUWP/Engine/Source/Developer/SourceControlViewport/SourceControlViewport.Build.cs

25 lines
441 B
C#
Raw Permalink Normal View History

Skein / ViewportStatus: Added SourceControlOutlineMenu, which will extend the viewport's SHOW menu with options to toggle source control status outlines on actors on or off. #rb Marco.Anastasi #rnx [CL 31044156 by wouter burgers in ue5-main branch]
2024-01-31 08:31:41 -05:00
// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
public class SourceControlViewport : ModuleRules
{
public SourceControlViewport(ReadOnlyTargetRules Target) : base(Target)
{
PrivateDependencyModuleNames.AddRange(
new string[] {
"Core",
"CoreUObject",
"Engine",
Skein / ViewportStatus: Integrate editor team work for Viewport Status Highlighting with UCS work. #rb Manuel.Lang [CL 32611700 by wouter burgers in ue5-main branch]
2024-03-29 07:24:47 -04:00
"InputCore",
Skein / ViewportStatus: Added SourceControlOutlineMenu, which will extend the viewport's SHOW menu with options to toggle source control status outlines on actors on or off. #rb Marco.Anastasi #rnx [CL 31044156 by wouter burgers in ue5-main branch]
2024-01-31 08:31:41 -05:00
"LevelEditor",
"Slate",
"SlateCore",
"SourceControl",
"ToolMenus",
"UnrealEd"
}
);
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 1007ms Template: 13ms
English
English
Licenses API