Tag: World
-
Unreal Engine: Fixing the ‘Pin Context Object must have a connection’ Issue
I wanted to empower my sound designer to create simple blueprints that respond to Game Events. To achieve this, I created a custom class inheriting from a UObject to encapsulate the blueprint script. However, in this object blueprint, when attempting to access a Service (or any static method with a hidden World Context Object pin),…