1
0
KF2-Dev-Scripts/Engine/Classes/InterpActor_ForCinematic.uc
2020-12-13 18:01:13 +03:00

14 lines
361 B
Ucode

/**
* 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
{
}