Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UTGame.UIComp_DrawTeamColoredImage

Extends
UIComp_DrawImage
Modifiers
native ( UI )

Copyright 1998-2008 Epic Games, Inc. All Rights Reserved. Automatically apply a team color to an image

Core.Object
|   
+-- Core.Component
   |   
   +-- Engine.UIComponent
      |   
      +-- Engine.UIComp_DrawComponents
         |   
         +-- Engine.UIComp_DrawImage
            |   
            +-- UTGame.UIComp_DrawTeamColoredImage

Variables Summary
Team
intEditorTeamIndex
array<LinearColor>TeamColors
Inherited Variables from Engine.UIComp_DrawImage
ImageRef, ImageStyle, StyleCustomization, StyleResolverTag
Inherited Variables from Engine.UIComp_DrawComponents
FadeAlpha, FadeRate, FadeTarget, FadeTime, FadeType, LastRenderTime

Enumerations Summary
Inherited Enumerations from Engine.UIComp_DrawComponents
EFadeType

Functions Summary
Inherited Functions from Engine.UIComp_DrawImage
DisableCustomColor, DisableCustomCoordinates, DisableCustomFormatting, DisableCustomOpacity, DisableCustomPadding, GetAppliedImageStyle, GetImage, GetStyleResolverTag, NotifyResolveStyle, SetColor, SetCoordinates, SetFormatting, SetImage, SetOpacity, SetPadding, SetStyleResolverTag
Inherited Functions from Engine.UIComp_DrawComponents
Fade, Pulse, ResetFade


Variables Detail

Team

EditorTeamIndex Source code

var(Team) int EditorTeamIndex;
For Testing - If we are in the editor, but not in the game, this value will be used

TeamColors Source code

var(Team) array<LinearColor> TeamColors;
Holds the colors to use. The last color in the array will be used for non-team games as well as team indexes that


Defaultproperties

defaultproperties
{
   TeamColors(0)=(R=3.000000,G=0.000000,B=0.050000,A=1.000000)
   TeamColors(1)=(R=0.500000,G=0.800000,B=10.000000,A=1.000000)
   TeamColors(2)=(R=4.000000,G=2.000000,B=0.500000,A=1.000000)
   Name="Default__UIComp_DrawTeamColoredImage"
   ObjectArchetype=UIComp_DrawImage'Engine.Default__UIComp_DrawImage'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:46.440 - Created with UnCodeX