You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 5.5, OnActive, OnBurst and WhileActive have been renamed in BP as stated in the commit message below. Additionally, when the user has defined an OnBurst (OnActive) and CeaseRelevant (OnRemove) but not OnBecomeRelevant (WhileActive), asset validation will generate a warning asking the user to implement an empty OnBecomeRelevant.
Commit f6f9674:
[Relabel the Gameplay Cue Notify Actor functions to make it clear what they're used for and how they relate to replication. OnActive becomes OnBurst. WhileActive becomes OnBecomeRelevant. OnRemove becomes OnCeaseRelevant. Introduce some data validation to catch tricky bugs with Gameplay Cues "stuck on" due to OnActive/OnRemove which is now more clearly marked incorrect.
Gameplay Cue Notify Actor (Looping) Function names have been renamed to give users a better understanding of when they trigger. An asset validation warning has been added in the case where a user implements OnActive and OnRemove, but not WhileActive. These have now been named to OnBurst, OnCeaseRelevant, and OnBecomeRelevant respectively.] https://github.com/EpicGames/UnrealEngine/commit/f6f96743d72359c28d98997dd6f6da3223f2d74d
The text was updated successfully, but these errors were encountered:
In 5.5, OnActive, OnBurst and WhileActive have been renamed in BP as stated in the commit message below. Additionally, when the user has defined an OnBurst (OnActive) and CeaseRelevant (OnRemove) but not OnBecomeRelevant (WhileActive), asset validation will generate a warning asking the user to implement an empty OnBecomeRelevant.
Commit f6f9674:
[Relabel the Gameplay Cue Notify Actor functions to make it clear what they're used for and how they relate to replication. OnActive becomes OnBurst. WhileActive becomes OnBecomeRelevant. OnRemove becomes OnCeaseRelevant. Introduce some data validation to catch tricky bugs with Gameplay Cues "stuck on" due to OnActive/OnRemove which is now more clearly marked incorrect.
Gameplay Cue Notify Actor (Looping) Function names have been renamed to give users a better understanding of when they trigger. An asset validation warning has been added in the case where a user implements OnActive and OnRemove, but not WhileActive. These have now been named to OnBurst, OnCeaseRelevant, and OnBecomeRelevant respectively.]
https://github.com/EpicGames/UnrealEngine/commit/f6f96743d72359c28d98997dd6f6da3223f2d74d
The text was updated successfully, but these errors were encountered: