UE3:SeqVar_Union (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> SequenceObject >> SequenceVariable >> SeqVar_Union |
- 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. |
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
Property group 'SeqVar_Union'
BoolValue
Type: int
FloatValue
Type: float
IntValue
Type: int
ObjectValue
Type: Object
StringValue
Type: string
Internal variables
SupportedVariableClasses
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
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ObjColor |
| ||||||||||
ObjName | "Union" |