UE3:SeqAct IsInObjectList (UDK): Difference between revisions
From Unreal Wiki, The Unreal Engine Documentation Site
No edit summary |
m 1 revision: class descriptions for UDK January update (part 4) |
||
(One intermediate revision by the same user not shown) | |||
Line 39: | Line 39: | ||
| | | | ||
{| class="list defaults" | {| class="list defaults" | ||
! {{tl|SeqOpInputLink||SequenceOp|Member}} | ! {{tl|SeqOpInputLink||SequenceOp structs|Member}} | ||
! Value | ! Value | ||
|- | |- | ||
Line 55: | Line 55: | ||
| | | | ||
{| class="list defaults" | {| class="list defaults" | ||
! {{tl|SeqOpOutputLink||SequenceOp|Member}} | ! {{tl|SeqOpOutputLink||SequenceOp structs|Member}} | ||
! Value | ! Value | ||
|- | |- | ||
Line 65: | Line 65: | ||
| | | | ||
{| class="list defaults" | {| class="list defaults" | ||
! {{tl|SeqOpOutputLink||SequenceOp|Member}} | ! {{tl|SeqOpOutputLink||SequenceOp structs|Member}} | ||
! Value | ! Value | ||
|- | |- | ||
Line 75: | Line 75: | ||
| | | | ||
{| class="list defaults" | {| class="list defaults" | ||
! {{tl|SeqVarLink||SequenceOp|Member}} | ! {{tl|SeqVarLink||SequenceOp structs|Member}} | ||
! Value | ! Value | ||
|- | |- | ||
Line 88: | Line 88: | ||
| | | | ||
{| class="list defaults" | {| class="list defaults" | ||
! {{tl|SeqVarLink||SequenceOp|Member}} | ! {{tl|SeqVarLink||SequenceOp structs|Member}} | ||
! Value | ! Value | ||
|- | |- | ||
Line 108: | Line 108: | ||
'''Overrides:''' {{tl|IsValidUISequenceObject|SequenceObject}} | '''Overrides:''' {{tl|IsValidUISequenceObject|SequenceObject}} | ||
Determines whether this class should be displayed in the list of available ops in the UI's kismet editor. | Determines whether this class should be displayed in the list of available ops in the UI's kismet editor. | ||
Latest revision as of 06:45, 17 January 2010
![]() |
Object >> SequenceObject >> SequenceOp >> SequenceAction >> SeqAct_IsInObjectList |
- Package:
- Engine
- This class in other games:
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. |
A IsInObjectList Action is used to test whether an object is in the referenced object list or not.
The default is to check for all objects in the list. If the CheckForAllObjects is unchecked then if ANY of the objects attached to Object(s)ToTest are found, then we will set "In List" to hot
Properties
Property group 'SeqAct_IsInObjectList'
bCheckForAllObjects
Type: bool
Determines whether or not we check for ALL or ANY objects referenced via Object(s)ToTest *
Default value: True
Internal variables
bObjectFound
Type: bool
Modifiers: private, transient
Default values
Property | Value | ||||||||
---|---|---|---|---|---|---|---|---|---|
InputLinks[0] |
| ||||||||
ObjCategory | "Object List" | ||||||||
ObjName | "IsIn ObjectList" | ||||||||
OutputLinks[0] |
| ||||||||
OutputLinks[1] |
| ||||||||
VariableLinks[0] |
| ||||||||
VariableLinks[1] |
|
Events
IsValidUISequenceObject
event bool IsValidUISequenceObject (optional UIScreenObject TargetObject)
Overrides: SequenceObject.IsValidUISequenceObject
Determines whether this class should be displayed in the list of available ops in the UI's kismet editor.
Parameters:
- TargetObject - the widget that this SequenceObject would be attached to.
Returns:
- TRUE if this sequence object should be available for use in the UI kismet editor