Random Spawn Object?

I have a key object with a trigger in the scene and I want to make that this key spawn random in one of five diferent points each time that the game start. Thanks.

Do this in the Key BP:

It will pick one of 5 spawn points and then set the key’s location to that actor whenever it is spawned in the level.

Thanks you!!