You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
More Clang compile warning fixes
[CL 2237347 by Michael Trepka in Main branch]
This commit is contained in:
committed by
UnrealBot
parent
affadcfd6a
commit
5bd6255fde
@@ -7,9 +7,9 @@
|
||||
#include "DetailItemNode.h"
|
||||
|
||||
FDetailGroup::FDetailGroup( const FName InGroupName, TSharedRef<FDetailCategoryImpl> InParentCategory, const FString& InLocalizedDisplayName )
|
||||
: LocalizedDisplayName( InLocalizedDisplayName )
|
||||
: ParentCategory( InParentCategory )
|
||||
, LocalizedDisplayName( InLocalizedDisplayName )
|
||||
, GroupName( InGroupName )
|
||||
, ParentCategory( InParentCategory )
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user