Cogito, ergo sum

UE3:UIComp_DrawTeamColoredImage (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 12:47, 6 November 2009 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> Component >> UIComponent >> UIComp_DrawComponents >> UIComp_DrawImage >> UIComp_DrawTeamColoredImage
Package: 
UTGame
Within class: 
UIObject
Implemented interfaces
CustomPropertyItemHandler, UIStyleResolver
This class in other games:
UT3

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Automatically apply a team color to an image

Properties[edit]

Property group 'Team'[edit]

EditorTeamIndex[edit]

Type: int

For Testing - If we are in the editor, but not in the game, this value will be used

TeamColors[edit]

Type: array<Object.LinearColor>

Holds the colors to use. The last color in the array will be used for non-team games as well as team indexes that are out of range.

Default value, index 0:

Member Value
A 1.0
B 0.05
G 0.0
R 3.0

Default value, index 1:

Member Value
A 1.0
B 10.0
G 0.8
R 0.5

Default value, index 2:

Member Value
A 1.0
B 0.5
G 2.0
R 4.0