You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Add SlateRHIRenderer debuggin option to WidgetReflector
#rb daren.cheng #preflight 635fecb86e6dca1fb4a0dd4f [CL 22865154 by Patrick Boutot in ue5-main branch]
This commit is contained in:
@@ -84,6 +84,9 @@ void SSlateOptions::Construct( const FArguments& InArgs )
|
||||
AddMenuEntry(MenuBuilder, Icon, LOCTEXT("DebugCulling", "Debug Culling"), TEXT("Slate.DebugCulling"));
|
||||
AddMenuEntry(MenuBuilder, Icon, LOCTEXT("ShowHitTestGrid", "Show HitTestGrid"), TEXT("Slate.HitTestGridDebugging"));
|
||||
#endif // WITH_SLATE_DEBUGGING
|
||||
AddMenuEntry(MenuBuilder, Icon, LOCTEXT("ShowBatching", "Show Batching"), TEXT("Slate.ShowBatching"));
|
||||
AddMenuEntry(MenuBuilder, Icon, LOCTEXT("ShowOverdraw", "Show Overdraw"), TEXT("Slate.ShowOverdraw"));
|
||||
|
||||
return MenuBuilder.MakeWidget();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user