How to determine if DLC is installed

My Game has some Dlcs, but how can i to determine if one dlc is installed

Hi ehyeasiu,

It looks like the issue you’re describing is about utilizing the Epic Game Store as a player. Unfortunately, this forum is to assist developers and publishers and is not equipped to be able to assist you and you will need to reach out to player support.

Please check out the player support website here: Epic Games Technical Support & Customer Service | Epic Games

Hi, to determine if a dlc is installed you need c++ code to call the API of your target plarform.
If you don’t want to spend too much time doing that, I created a plugin giving access to blueprint nodes allowing to check if the current player DLCs are owned and installed, check it out:
Steam version : Dlc Manager (Steam only)
Full version for all platforms: DLC Manager Pro | Fab

I hope this can help. You can contact me on my discord server if you have any question (see plugin description).