Mouse Cursor not changing until moved

For people still wondering about this and getting some error when using FSlateApplication, and are working in newer versions of unreal (I’m working in UE5 EA), you need to go in the .Build.cs file and uncomment or add this:
PrivateDependencyModuleNames.AddRange(new string[] { “Slate”, “SlateCore” });

1 Like