I used it as a plugin in my project
Remove the `Binaries` and `Intermediate` folders
And build your project
del1an
8
Posts
1
Followers
A member registered Sep 15, 2022 · View creator page →
Creator of
Recent community posts
Unreal Editor Discord Rich Presence Plugin for Unreal Editor comments · Replied to Pet The Dog Studios in Unreal Editor Discord Rich Presence Plugin for Unreal Editor comments
Unreal Editor Discord Rich Presence Plugin for Unreal Editor comments · Posted in Unreal Editor Discord Rich Presence Plugin for Unreal Editor comments
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);
Dr.Ooster and the Infinite Butter Crisis jam comments · Posted in Dr.Ooster and the Infinite Butter Crisis jam comments