UCameraShake

include “LegacyCameraShake.h” creates an error when i try to implement it into Header file and my IDE doesn’t recognizes It I’m using unreal engine 5.2 and IDE as Rider .
I’m trying to implement it with looking at this:

Did you add GameplayCameras module into your build file in the dependencies?

PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "EnhancedInput", "GameplayCameras" });

1 Like