VR pickup questions [blueprints]

Either derive them from a base class that has an accessible variable Enum like “GripReleaseType” and cast objects to that base class and check for what the enum is set to.

Or add an interface and call an interface function on the object to get GripReleaseType.