The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE3:UICond_IsFocused (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE3:ECondIsFocusedResultIndex (UDK))
Object >> SequenceObject >> SequenceOp >> SequenceCondition >> UICond_IsFocused |
- Package:
- Engine
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. |
This conditional is used to branch based on whether some widget has focus.
Copyright 1998-2009 Epic Games, Inc. All Rights Reserved
Default values[edit]
Property | Value | ||||||
---|---|---|---|---|---|---|---|
ObjCategory | "Focus" | ||||||
ObjName | "Is Focused" | ||||||
OutputLinks[0] |
|
||||||
OutputLinks[1] |
|
||||||
VariableLinks[0] |
|
Enums[edit]
ECondIsFocusedResultIndex[edit]
Used to ensure output link indices are synchronized between native and script.
- ISFOCUSEDRESULT_True
- ISFOCUSEDRESULT_False
Events[edit]
IsValidLevelSequenceObject[edit]
event bool IsValidLevelSequenceObject ()
Overrides: SequenceObject.IsValidLevelSequenceObject
Determines whether this class should be displayed in the list of available ops in the level kismet editor.
Returns:
- TRUE if this sequence object should be available for use in the level kismet editor