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

14 lines
361 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
/**
* This actor is meant to be used by Matinee for all of the usage scenerios where you have an invisible
* InterpActor moving around some track that the camera is eventually attached to.
*
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
*/
class InterpActor_ForCinematic extends InterpActor
placeable;
defaultproperties
{
}