/unreal-noise-filter-example

Third person movement with mouse X position change, with noise filtering.

Primary LanguageC++

Noise filtering for Unreal

This is a simple test project, created for low and high pass data stream filtering. In this project, filter is used to smooth mouse movements to decide if mouse vector changes on x axis.

alt text

Filter class can be accessed from blueprint. Low or high setting pass can be changed from blueprint also. Change cut frequency and rate to your needs. Graph you see in this project is not part of the filter code.

alt text

alt text