1
0
KF2-Dev-Scripts/UnrealEd/Classes/DEditorFontParameterValue.uc

14 lines
383 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
/**
* MaterialEditorInstanceConstant.uc: This is derived class for material instance editor parameter represenation.
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
*/
class DEditorFontParameterValue extends DEditorParameterValue
native
hidecategories(Object)
dependson(UnrealEdTypes)
collapsecategories;
var() Font FontValue;
var() int FontPage;