UE3:UTSeqCond_IsConsole (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
![]() |
Object >> SequenceObject >> SequenceOp >> SequenceCondition >> UTSeqCond_IsConsole |
- Package:
- UTGame
- This class in other games:
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] |
| ||||
OutputLinks[1] |
|
Events
Activated
event Activated ()
Overrides: SequenceOp.Activated
Called when this event is activated. Uses WorldInfo.IsConsoleBuild() to determine, which output link to activate.