/// <summary>
 /// Called when the task is asked to confirm from an outside node. What this means depends on the individual task. By default, this does nothing other than ending if bEndTask is true.
 /// </summary>
 public void ExternalConfirm(bool endTask)
 {
     Native_UGameplayTask.ExternalConfirm(Address, endTask);
 }