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
cbb856a117e8ecfb66067adecf3fc62861ecd8f1
UnrealEngineUWP/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/Inheritance.cpp

15 lines
293 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.
Merging //UE4/Release-4.11 to Dev-Main (//UE4/Dev-Main) (pre copyright update in revision 2804086) #lockdown nick.penwarden [CL 2818924 by Matthew Griffin in Main branch]
2016-01-07 04:39:47 -05:00
Add basic UnrealCodeAnalyzer tests. [CL 2613399 by Mikolaj Sieluzycki in Main branch]
2015-07-08 08:24:54 -04:00
#include "UnrealCodeAnalyzerTestsPCH.h"
#include "Inheritance.h"
class FTestDerivedClass : public FTestBaseClass
{ };
static void Function_Inheritance()
{
CIS fix. [CL 2613506 by Mikolaj Sieluzycki in Main branch]
2015-07-08 10:08:15 -04:00
#ifdef UNREAL_CODE_ANALYZER
Add basic UnrealCodeAnalyzer tests. [CL 2613399 by Mikolaj Sieluzycki in Main branch]
2015-07-08 08:24:54 -04:00
FTestDerivedClass TestDerivedClass;
CIS fix. [CL 2613506 by Mikolaj Sieluzycki in Main branch]
2015-07-08 10:08:15 -04:00
#endif
Add basic UnrealCodeAnalyzer tests. [CL 2613399 by Mikolaj Sieluzycki in Main branch]
2015-07-08 08:24:54 -04:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 505ms Template: 5ms
English
English
Licenses API