// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #include "UseClassStaticField.h" static void Function_UseClassStaticField() { FTestClassWithStaticField::StaticField = 10; }