Execute Custom Logic depending on an image in Digi Cam

- by

If we take an image with Digi Cam, we may want to trigger custom logic depending on the specific picture in the level. For my photo quest I want to loop through an array and see if the picture has already been taken, and if so bring up a message. We can hook into the On Captured event from the Digi Cam Component like this:

If a picture with the name “Cube” is taken, the Cube pin will fire. On all other pictures, the Default pin will fire. Break PhotoCamTarget_S has various other options we can query too, like the tag or any of the booleans.



If you enjoy my content, please consider supporting me on Ko-fi. In return you can browse this whole site without any pesky ads! More details here.

Leave a Comment