I don't need to test my programs. I have an error-correcting modem.
UE3:UIComp_DrawTeamColoredImage (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Component >> UIComponent >> UIComp_DrawComponents >> UIComp_DrawImage >> UIComp_DrawTeamColoredImage |
- Package:
- UTGame
- Within class:
- UIObject
- Implemented interfaces:
- CustomPropertyItemHandler, UIStyleResolver
- This class in other games:
- UT3
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. |
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 |