FTimerDelegate del = FTimerDelegate::CreateStatic(&UAREffectStatics::SpawnProjectile);
The CreateX functions return a new delegate bound to the given function/payload, and the BindX functions update an existing delegate to use the given function/payload.