GameInstance Susbsystem is not working

LogScript: Warning: Accessed None trying to read property CallFunc_GetGameInstanceSubsystem_ReturnValue
GameInstance_C/Engine/Transient.UnrealEdEngine_0:GameInstance_C_0

This log i can see when i call subsystem function in game instance and still it has null value

Hi!

Can you show how do you call said function? And what subsystem you’re trying to use?

1 Like

Example subsystem based on game instance subsystem

Output

image

Where are you calling your subsystem?

1 Like

Sorry guys for bothering you and thank you for your response

The issue was, i was trying to calling Game-Instance Subsystems functions in Widget-Blueprint’s PreConstructor in Editor which of course make null value.
Because it’s Runtimes Subsystems

Thank you, guy’s,

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.