BP_TriggerMultiple and BP_TriggerDelete need a method to re-trigger when a client joins. #47
Labels
No labels
-Animation
-Art
-Audio
-Chore
-Code/Blueprint
-Map
-Material
-Mesh
-Writing
Bug
Duplicate
Feature
Help Wanted
Invalid
Question
UE5.1 Upgrade Bug
Unverified
Wont Fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: metahusk/cardinal-fall_ue5#47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need to implement a flag that makes sure the action from a trigger multiple or trigger delete is called again on a client when they join. This way the state of the server matches the newly joined client.
How to reproduce:
In the map Reclamation1, you can see an example by looking at BP_TriggerMultiple_SecurityDoorA1 which calls BP_TriggerDelete_SecurityDoorA1 that deletes ClippingMesh_ReclamationA1. When a client triggers the deletion of the clipping mesh, quits the game, and re-joins, the clipping mesh be there on the re-joined client.