unreal.Mover_OnGameplayTagRemoved¶
- class unreal.Mover_OnGameplayTagRemoved(*args: Any, **kwargs: Any)¶
Bases:
MulticastDelegateBaseFired when a gameplay tag is removed from the simulation. Context carries bIsCausedByRollback and bIsDuringResimulation. bIsExternalTag is true if the tag was removed via RemoveGameplayTag rather than from within the simulation.
- Parameters:
tag (GameplayTag)
event_context (MoverEventContext)
is_external_tag (bool)
C++ Source:
Plugin: Mover
Module: Mover
File: MoverComponent.h