I'm a doctor, not a mechanic

UE3:UTSeqCond_IsConsole (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 >> SequenceObject >> SequenceOp >> SequenceCondition >> UTSeqCond_IsConsole
Package: 
UTGame
This class in other games:
UT3

This Kismet condition checks whether the game is running on a PC or a console. It can be used to disable certain effects not supported by the console version.

Default values

Property Value
ObjName "UTIsConsole"
OutputLinks[0]
Member Value
LinkDesc "Console Game"
OutputLinks[1]
Member Value
LinkDesc "PC Game"

Events

Activated

event Activated ()

Overrides: SequenceOp.Activated

Called when this event is activated. Uses WorldInfo.IsConsoleBuild() to determine, which output link to activate.