1
0
KF2-Dev-Scripts/Engine/Classes/SeqVar_Union.uc

15 lines
398 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
/**
* 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
}