14 lines
361 B
Ucode
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
|
|
{
|
|
} |