UDK Where did AnimatedCamera go??
Posted
by Ricket
on Stack Overflow
See other posts from Stack Overflow
or by Ricket
Published on 2010-03-27T23:07:55Z
Indexed on
2010/03/27
23:13 UTC
Read the original article
Hit count: 296
I'm porting a game from UT3 to UDK. One of the classes is a subclass of AnimatedCamera. However, AnimatedCamera seems to be missing from the UDK, as the compiler kindly tells me:
Error, Superclass AnimatedCamera of class ZCam not found
Where did AnimatedCamera go?
© Stack Overflow or respective owner