Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE3:UICustomSkin (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UIRoot >> UIDataProvider >> UIDataStore >> UISkin >> UICustomSkin |
Contents
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
A UISkin that contains purely cosmetic style changes. In addition to replacing styles inherited from base styles, this class can also remap the styles for individual widgets to point to an entirely different style.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Properties[edit]
WidgetStyleMap[edit]
Type: Map{FWIDGET_ID,FSTYLE_ID}
Modifiers: const, native
Contains custom mappings for overriding widget styles.
Todo: should it be marked transient as well?