15 lines
398 B
Ucode
15 lines
398 B
Ucode
/**
|
|
* 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-2013 Epic Games, Inc. All Rights Reserved.
|
|
*/
|
|
class SeqVar_Union extends SequenceVariable
|
|
deprecated;
|
|
|
|
DefaultProperties
|
|
{
|
|
ObjName="Union"
|
|
ObjColor=(R=255,G=255,B=255,A=255) // white
|
|
}
|