Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(29 edits) (+2)

How to add support for UE 5.3 (using the 5.1 as base) (it probably works on 5.2 too)

  • In ...\Public\EditorDiscordRichPresence.h
    - Change LINE 18 to:
    FTSTicker::FDelegateHandle TickDelegateHandle;
  • In ...\Private\EditorDiscordRichPresence.cpp
    - Change  LINE 102 to:
    TickDelegateHandle = FTSTicker::GetCoreTicker().AddTicker(TickDelegate);

    - Change  LINE 127 to: FTSTicker::GetCoreTicker().RemoveTicker(TickDelegateHandle);
(+1)

it didn't work for me. Is there something I'm missing?

I used it as a plugin in my project
Remove the `Binaries` and `Intermediate` folders
And build your project

Tried everything. Doesn't work :(. Trying to use it on 5.2

(+1)

5.2, 5.3 added so you can just download it now if you didn’t get the above fix to work

5.2, 5.3 added so you can just download it now if you didn’t get the above fix to work

i tried but im having a bit of confusion, could you clear me out more please!

5.2, 5.3 added so you can just download it now if you didn’t get the above fix to work