blueprint

BP_LockedDoorKey

  • Exposure: public
  • UE Version: 5.2

Nik0_Creatives

September 27, 2023, 1:59 pm

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v

1 comment

  • Nik0_Creatives

    September 27, 2023, 2:05 pm

    Notes:

    • The "Doors" array variable should be the parent blueprint of the doors you are planning to open. You can set the children in the array and the key will open every door set in the array. However, they all must be children of the parent blueprint set in the variable type.

    • If you are only opening one door with the key, just set the variable type to that door.

    • "Unlock Door" is calling to a custom event inside the door blueprint you are trying to open. If you are using multiple doors, this will call to the parent blueprint. See "BP_InteractableLockedDoor" for more of the blueprint.