The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE3:SeqVar_Union (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> SequenceObject >> SequenceVariable >> SeqVar_Union |
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 class is used for linking variables of different types. It contains a variable of each supported type and can be connected to most types of variables links.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved
Properties[edit]
Property group 'SeqVar_Union'[edit]
BoolValue[edit]
Type: int
FloatValue[edit]
Type: float
IntValue[edit]
Type: int
ObjectValue[edit]
Type: Object
StringValue[edit]
Type: string
Internal variables[edit]
SupportedVariableClasses[edit]
Type: array<class<SequenceVariable> >
The list of sequence variable classes that are supported by SeqVar_Union
Default value, index 0: Class'Engine.SeqVar_Bool'
Default value, index 1: Class'Engine.SeqVar_Int'
Default value, index 2: Class'Engine.SeqVar_Object'
Default value, index 3: Class'Engine.SeqVar_String'
Default value, index 4: Class'Engine.SeqVar_Float'
Default values[edit]
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ObjColor |
|
||||||||||
ObjName | "Union" |