Navigation
API > API/Plugins > API/Plugins/GameplayAbilities > API/Plugins/GameplayAbilities/AGameplayCueNotify_Actor
Syntax
UPROPERTY&40;EditDefaultsOnly, Category&61;GameplayCue&41;
bool bUniqueInstancePerInstigator
Remarks
Does this cue get a new instance for each instigator? For example if two instigators apply a GC to the same source, do we create two of these GameplayCue Notify actors or just one? If the notify is simply playing FX or sounds on the source, it should not need unique instances. If this Notify is attaching a beam from the instigator to the target, it does need a unique instance per instigator.