There is no spoon
UE3:SequenceVariable (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> SequenceObject >> SequenceVariable |
- Package:
- Engine
- Direct subclasses:
- InterpData, SeqVar_Bool, SeqVar_External, SeqVar_Float, SeqVar_Int, SeqVar_Name, SeqVar_Named, SeqVar_Object, SeqVar_String, SeqVar_UIRange, SeqVar_Union, SeqVar_Vector
- This class in other games:
- UDK
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 variables used by SequenceOps. Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Properties[edit]
Property group 'SequenceVariable'[edit]
VarName[edit]
Type: name
This is used by SeqVar_Named to find a variable anywhere in the levels sequence.
Default values[edit]
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bDrawLast | True | ||||||||||
ObjColor |
|
||||||||||
ObjName | "Undefined Variable" |
Events[edit]
IsValidUISequenceObject[edit]
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