using .uc files

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Co11

New Member
Feb 5, 2004
49
0
0
how do I implement the mointionblur.uc file?

anybody know? here's the code within the .uc file..

class MotionBlur extends CameraEffect
native
noexport
editinlinenew
collapsecategories;

var() byte BlurAlpha;

var const int RenderTargets[2];
var const float LastFrameTime;

defaultproperties
{
BlurAlpha=128
}
 

Co11

New Member
Feb 5, 2004
49
0
0
ok, no... the motion blur is in the runtime as well, but it's only in the matinee mode... I want to play a character who always gets motion blur in the first person mode...

any way to port that from matinee mode into regular mode?