I love the smell of UnrealEd crashing in the morning. – tarquin
UE3:SeqCond_SwitchName (UT3)
Object >> SequenceObject >> SequenceOp >> SequenceCondition >> SeqCond_SwitchBase >> SeqCond_SwitchName |
- 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. |
Base class for all switch condition ops which use a name value for branching.
Copyright 2007 Epic Games, Inc. All Rights Reserved
Properties
Property group 'SeqCond_SwitchName'
SupportedValues
Type: array<SwitchNameCase>
Stores the list of values which are handled by this switch object.
Default value:
Member | Value |
---|---|
NameValue | 'Default' |
Default values
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ObjName | "Switch Name" | ||||||||||
VariableLinks[0] |
|
Structs
SwitchNameCase
Modifiers: native
Stores class name to compare for each output link and whether it should fall through to next node
- name NameValue
- the value of this case statement
- bool bFallThru
- indicates whether control should fall through to the next case upon a match
Events
InsertValueEntry
Overrides: SeqCond_SwitchBase.InsertValueEntry
Insert an empty element into this switch's value array at the specified index.
IsFallThruEnabled
Overrides: SeqCond_SwitchBase.IsFallThruEnabled
Returns whether fall through is enabled for the specified case value.
RemoveValueEntry
Overrides: SeqCond_SwitchBase.RemoveValueEntry
Remove an element from this switch's value array at the specified index.
VerifyDefaultCaseValue
Overrides: SeqCond_SwitchBase.VerifyDefaultCaseValue
Ensures that the last item in the value array represents the "default" item. Child classes should override this method to ensure that their value array stays synchronized with the OutputLinks array.