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

16 lines
348 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
/**
* Base class for all sequence actions that are capable of changing the value of a SequenceVariable
*
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
*/
class SeqAct_SetSequenceVariable extends SequenceAction
native(Sequence)
abstract;
DefaultProperties
{
ObjName="Set Variable"
ObjCategory="Set Variable"
}