Files
UnrealEngineUWP/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassWithNonStaticField.cpp

12 lines
291 B
C++
Raw Normal View History

// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.
#include "UnrealCodeAnalyzerTestsPCH.h"
#include "UseClassWithNonStaticField.h"
static void Function_UseClassWithNonStaticField()
{
#ifdef UNREAL_CODE_ANALYZER
FTestClassWithNonStaticField TestClassWithNonStaticField;
#endif
}