My program doesn't have bugs. It just develops random features.

UE3:UICustomSkin (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> UIRoot >> UIDataProvider >> UIDataStore >> UISkin >> UICustomSkin
Package: 
Engine
This class in other games:
UDK

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?