Cogito, ergo sum

UE3:UICustomSkin (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

WidgetStyleMap

Type: Map{FWIDGET_ID,FSTYLE_ID}

Modifiers: const, native

Contains custom mappings for overriding widget styles.

Todo: should it be marked transient as well?